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