Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Dirk Eibach | a3f9d6c | 2015-10-28 11:46:32 +0100 | [diff] [blame] | 2 | /* |
3 | * (C) Copyright 2014 | ||||
4 | * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc | ||||
Dirk Eibach | a3f9d6c | 2015-10-28 11:46:32 +0100 | [diff] [blame] | 5 | */ |
6 | |||||
7 | #ifndef _IOEP_FPGA_H_ | ||||
8 | #define _IOEP_FPGA_H_ | ||||
9 | |||||
10 | void ioep_fpga_print_info(unsigned int fpga); | ||||
11 | bool ioep_fpga_has_osd(unsigned int fpga); | ||||
12 | |||||
13 | #endif |