add HPET support

add a wrapper for the HPET driver
This commit is contained in:
Clemens Ladisch 2005-03-21 08:17:26 +00:00
parent 231d55e537
commit 2570bfc7ad
2 changed files with 3 additions and 0 deletions

View file

@ -578,6 +578,7 @@ enum sndrv_timer_slave_class {
/* global timers (device member) */
#define SNDRV_TIMER_GLOBAL_SYSTEM 0
#define SNDRV_TIMER_GLOBAL_RTC 1
#define SNDRV_TIMER_GLOBAL_HPET 2
/* info flags */
#define SNDRV_TIMER_FLG_SLAVE (1<<0) /* cannot be controlled */