8ab650a2566922cf0e8e09620c98afcfec89869a.svn-base 156 B

12345678910
  1. #ifndef __N76_TIMER__
  2. #define __N76_TIMER__
  3. #include "Common.h"
  4. extern uint16 Timer0_THTL;
  5. extern void Timer0_init ( uint8 ms );
  6. #endif //_N76_TIMER_