#ifndef __FPGA_RO_H__ #define __FPGA_RO_H__ #include "ROCommon.h" /** * @defgroup FpgaRO FpgaRO * @brief FPGA service unit for RO firmware. * The FPGA unit contains get/set functions for the RO FPGA registers. * * @addtogroup FpgaTD * @{ */ // ********** public definitions ********** // ********** public function prototypes ********** void initFPGARO( void ); void checkFPGACommFailure( void ); BOOL checkFPGAFEOEFailure( void ); /**@}*/ #endif