blob: 53570b936a8e88160d2cfd894d004c9061b9bc5d [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Dirk Eibacha3f9d6c2015-10-28 11:46:32 +01002/*
3 * (C) Copyright 2014
4 * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
Dirk Eibacha3f9d6c2015-10-28 11:46:32 +01005 */
6
7#ifndef _IOEP_FPGA_H_
8#define _IOEP_FPGA_H_
9
10void ioep_fpga_print_info(unsigned int fpga);
11bool ioep_fpga_has_osd(unsigned int fpga);
12
13#endif