blob: 7bdec4e9b739d8359072d2afec04dba72b2b6511 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#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 */
|