]> Git Repo - J-u-boot.git/blob - include/stratixII.h
net: correct the description of ip_to_string()
[J-u-boot.git] / include / stratixII.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2007
4  * Eran Liberty, Extricom, [email protected]
5  */
6 #ifndef _STRATIXII_H_
7 #define _STRATIXII_H_
8
9 extern int StratixII_load (Altera_desc * desc, void *image, size_t size);
10 extern int StratixII_dump (Altera_desc * desc, void *buf, size_t bsize);
11 extern int StratixII_info (Altera_desc * desc);
12
13 #endif                          /* _STRATIXII_H_ */
This page took 0.025822 seconds and 4 git commands to generate.