#ifndef __INTERRUPTS_H__ #define __INTERRUPTS_H__ /** * @defgroup Interrupts Interrupts * @brief Interrupts unit handles various peripheral interrupts. * * @addtogroup Interrupts * @{ */ // ********** public definitions ********** // ********** public function prototypes ********** void initInterrupts( void ); BOOL getSci2FEOEError( void ); /**@}*/ #endif