]> Git Repo - u-boot.git/blame - include/stratixII.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot.git] / include / stratixII.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
3c735e74 2/*
3 * (C) Copyright 2007
4 * Eran Liberty, Extricom, [email protected]
3c735e74 5 */
6#ifndef _STRATIXII_H_
7#define _STRATIXII_H_
8
9extern int StratixII_load (Altera_desc * desc, void *image, size_t size);
10extern int StratixII_dump (Altera_desc * desc, void *buf, size_t bsize);
11extern int StratixII_info (Altera_desc * desc);
3c735e74 12
13#endif /* _STRATIXII_H_ */
This page took 0.474429 seconds and 4 git commands to generate.