#ifndef __CMP_H__ #define __CMP_H__ /*************************************************************************************///External Function extern void CMP0_Init(void); extern void CMP3_Init(void); extern void CMP3_Interrupt_Init(void); extern void CMP5_Init(void); #endif