time.h 173 B

12345678910
  1. #ifndef _ASM_X86_TIME_H
  2. #define _ASM_X86_TIME_H
  3. extern void hpet_time_init(void);
  4. #include <asm/mc146818rtc.h>
  5. extern void time_init(void);
  6. #endif /* _ASM_X86_TIME_H */