summaryrefslogtreecommitdiff
path: root/include/stratixII.h (plain)
blob: 5873dd754ca63d17cf23a45be9d709f80d974a35
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
10extern int StratixII_load (Altera_desc * desc, void *image, size_t size);
11extern int StratixII_dump (Altera_desc * desc, void *buf, size_t bsize);
12extern int StratixII_info (Altera_desc * desc);
13
14#endif /* _STRATIXII_H_ */
15