[PATCH] time: x86_64: split x86_64/kernel/time.c up
[sfrench/cifs-2.6.git] / include / asm-x86_64 / hpet.h
index 18ff7ee9e774c7506ce3fe596a2945ea425c91df..59a66f084611c676be7306d1b458b6e678b492da 100644 (file)
 
 extern int is_hpet_enabled(void);
 extern int hpet_rtc_timer_init(void);
-extern int oem_force_hpet_timer(void);
+extern int apic_is_clustered_box(void);
+extern int hpet_arch_init(void);
+extern int hpet_timer_stop_set_go(unsigned long tick);
+extern int hpet_reenable(void);
+extern unsigned int hpet_calibrate_tsc(void);
 
 extern int hpet_use_timer;
+extern unsigned long hpet_address;
+extern unsigned long hpet_period;
+extern unsigned long hpet_tick;
 
 #ifdef CONFIG_HPET_EMULATE_RTC
 extern int hpet_mask_rtc_irq_bit(unsigned long bit_mask);