xref: /rk3399_rockchip-uboot/board/gdsys/common/ioep-fpga.h (revision 3ef56e61c8cbfdfdca155f5b1e2cd4d5cb5e048a)
1 /*
2  * (C) Copyright 2014
3  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 
8 #ifndef _IOEP_FPGA_H_
9 #define _IOEP_FPGA_H_
10 
11 void ioep_fpga_print_info(unsigned int fpga);
12 bool ioep_fpga_has_osd(unsigned int fpga);
13 
14 #endif
15