aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/hpet.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-19 14:35:02 -0400
committerThomas Gleixner <tglx@linutronix.de>2007-10-19 14:35:02 -0400
commitb17530bda22e7ffbf08f7a8a50743256b1672f6a (patch)
tree061c081e68d8dc6f7326d45bca97997b337efe27 /include/asm-x86/hpet.h
parent764922376ca39085e217656af6784a3377d98566 (diff)
x86: add force_hpet boot option
add force_hpet boot option. (this will be useful to make the forced-enable quirks depend on.) Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/hpet.h')
-rw-r--r--include/asm-x86/hpet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/hpet.h b/include/asm-x86/hpet.h
index d4ab6db050b6..4f51519fc199 100644
--- a/include/asm-x86/hpet.h
+++ b/include/asm-x86/hpet.h
@@ -64,6 +64,7 @@
64/* hpet memory map physical address */ 64/* hpet memory map physical address */
65extern unsigned long hpet_address; 65extern unsigned long hpet_address;
66extern unsigned long force_hpet_address; 66extern unsigned long force_hpet_address;
67extern int hpet_force_user;
67extern int is_hpet_enabled(void); 68extern int is_hpet_enabled(void);
68extern int hpet_enable(void); 69extern int hpet_enable(void);
69extern unsigned long hpet_readl(unsigned long a); 70extern unsigned long hpet_readl(unsigned long a);