ioep-fpga.h 276 B

1234567891011121314
  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. #ifndef _IOEP_FPGA_H_
  8. #define _IOEP_FPGA_H_
  9. void ioep_fpga_print_info(unsigned int fpga);
  10. bool ioep_fpga_has_osd(unsigned int fpga);
  11. #endif