android_kernel_cmhtcleo/arch/x86/include/asm/time.h

11 lines
173 B
C
Raw Permalink Normal View History

2010-08-27 09:19:57 +00:00
#ifndef _ASM_X86_TIME_H
#define _ASM_X86_TIME_H
extern void hpet_time_init(void);
#include <asm/mc146818rtc.h>
extern void time_init(void);
#endif /* _ASM_X86_TIME_H */