ioep-fpga.h 276 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2014
  4. * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
  5. */
  6. #ifndef _IOEP_FPGA_H_
  7. #define _IOEP_FPGA_H_
  8. void ioep_fpga_print_info(unsigned int fpga);
  9. bool ioep_fpga_has_osd(unsigned int fpga);
  10. #endif