]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/hpet.h
ipg: balance locking in irq handler
[linux-2.6-omap-h63xx.git] / include / asm-x86 / hpet.h
index d4ab6db050b6cc0646e564a1a29039853bde249e..ad8d6e758785ca283b33b802880945f4e8c1f4ee 100644 (file)
@@ -3,12 +3,6 @@
 
 #ifdef CONFIG_HPET_TIMER
 
-/*
- * Documentation on HPET can be found at:
- *      http://www.intel.com/ial/home/sp/pcmmspec.htm
- *      ftp://download.intel.com/ial/home/sp/mmts098.pdf
- */
-
 #define HPET_MMAP_SIZE         1024
 
 #define HPET_ID                        0x000
 /* hpet memory map physical address */
 extern unsigned long hpet_address;
 extern unsigned long force_hpet_address;
+extern int hpet_force_user;
 extern int is_hpet_enabled(void);
 extern int hpet_enable(void);
+extern void hpet_disable(void);
 extern unsigned long hpet_readl(unsigned long a);
 extern void force_hpet_resume(void);