]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/stratixII.h
Merge branch 'net' of git://git.denx.de/u-boot-socfpga
[thirdparty/u-boot.git] / include / stratixII.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
3c735e74 2/*
3 * (C) Copyright 2007
4 * Eran Liberty, Extricom, eran.liberty@gmail.com
3c735e74 5 */
6#ifndef _STRATIXII_H_
7#define _STRATIXII_H_
8
9extern int StratixII_load (Altera_desc * desc, void *image, size_t size);
10extern int StratixII_dump (Altera_desc * desc, void *buf, size_t bsize);
11extern int StratixII_info (Altera_desc * desc);
3c735e74 12
13#endif /* _STRATIXII_H_ */