]> Git Repo - u-boot.git/blame - include/stratixII.h
dm: usb: exynos: Enable both USB ports on snow
[u-boot.git] / include / stratixII.h
CommitLineData
3c735e74 1/*
2 * (C) Copyright 2007
3 * Eran Liberty, Extricom, [email protected]
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
3c735e74 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);
3c735e74 13
14#endif /* _STRATIXII_H_ */
This page took 0.261613 seconds and 4 git commands to generate.