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