uboot/include/stratixII.h
<<
>>
Prefs
   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
   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);
  12
  13#endif                          /* _STRATIXII_H_ */
  14