2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-15 17:14:00 +08:00
linux-next/arch/x86/include/asm/time.h

11 lines
173 B
C
Raw Normal View History

#ifndef _ASM_X86_TIME_H
#define _ASM_X86_TIME_H
extern void hpet_time_init(void);
#include <asm/mc146818rtc.h>
2007-03-05 16:30:39 +08:00
extern void time_init(void);
#endif /* _ASM_X86_TIME_H */