timer.h 133 B

12345678910
  1. #ifndef __TIMER_H__
  2. #define __TIMER_H__
  3. #include <comdef.h>
  4. void udelay(u64 usec);
  5. #define delay udelay
  6. #endif /* __TIMER_H__ */