xref: /openbmc/u-boot/include/stratixII.h (revision 8e18f34c)
1 /*
2  * (C) Copyright 2007
3  * Eran Liberty, Extricom, eran.liberty@gmail.com
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 #ifndef _STRATIXII_H_
8 #define _STRATIXII_H_
9 
10 extern int StratixII_load (Altera_desc * desc, void *image, size_t size);
11 extern int StratixII_dump (Altera_desc * desc, void *buf, size_t bsize);
12 extern int StratixII_info (Altera_desc * desc);
13 
14 #endif				/* _STRATIXII_H_ */
15