#ifndef __N76_TIMER__ #define __N76_TIMER__ #include "Common.h" extern uint16 Timer0_THTL; extern void Timer0_init ( uint8 ms ); #endif //_N76_TIMER_