diff options
Diffstat (limited to 'include/asm-x86/hpet.h')
-rw-r--r-- | include/asm-x86/hpet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/hpet.h b/include/asm-x86/hpet.h index 64446a9577dc..7c933242365f 100644 --- a/include/asm-x86/hpet.h +++ b/include/asm-x86/hpet.h | |||
@@ -66,6 +66,7 @@ extern unsigned long hpet_address; | |||
66 | extern int is_hpet_enabled(void); | 66 | extern int is_hpet_enabled(void); |
67 | extern int hpet_enable(void); | 67 | extern int hpet_enable(void); |
68 | extern unsigned long hpet_readl(unsigned long a); | 68 | extern unsigned long hpet_readl(unsigned long a); |
69 | extern void ich_force_hpet_resume(void); | ||
69 | 70 | ||
70 | #ifdef CONFIG_HPET_EMULATE_RTC | 71 | #ifdef CONFIG_HPET_EMULATE_RTC |
71 | 72 | ||