]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/stratixII.h
CONFIGS: peach-pit: Enable display for peach_pit board
[karo-tx-uboot.git] / include / stratixII.h
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_ */