]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/stratixII.h
usb: dwc3: add dis_u2_freeclk_exists_quirk
[thirdparty/u-boot.git] / include / stratixII.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * (C) Copyright 2007
4 * Eran Liberty, Extricom, eran.liberty@gmail.com
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_ */