blob: 44f71399e7ee8415435db636abb63ccb8a62e64c [file] [log] [blame]
Dirk Eibacha3f9d6c2015-10-28 11:46:32 +01001/*
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
11void ioep_fpga_print_info(unsigned int fpga);
12bool ioep_fpga_has_osd(unsigned int fpga);
13
14#endif