2005-04-17 00:20:36 +02:00
|
|
|
#ifndef _ASM_X8664_HPET_H
|
|
|
|
#define _ASM_X8664_HPET_H 1
|
|
|
|
|
2007-10-11 11:20:03 +02:00
|
|
|
#include <asm/hpet_32.h>
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2006-04-07 19:50:18 +02:00
|
|
|
#define HPET_TICK_RATE (HZ * 100000UL)
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
extern int hpet_rtc_timer_init(void);
|
2007-02-16 10:28:19 +01:00
|
|
|
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);
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2006-02-12 02:55:50 +01:00
|
|
|
extern int hpet_use_timer;
|
2007-02-16 10:28:19 +01:00
|
|
|
extern unsigned long hpet_period;
|
|
|
|
extern unsigned long hpet_tick;
|
2006-02-12 02:55:50 +01:00
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
#endif
|