Go to the documentation of this file.
4 #include <linux/compiler.h>
14 #define HPET_INFO_PERIODIC 0x0010
16 #define HPET_IE_ON _IO('h', 0x01)
17 #define HPET_IE_OFF _IO('h', 0x02)
18 #define HPET_INFO _IOR('h', 0x03, struct hpet_info)
19 #define HPET_EPI _IO('h', 0x04)
20 #define HPET_DPI _IO('h', 0x05)
21 #define HPET_IRQFREQ _IOW('h', 0x6, unsigned long)
23 #define MAX_HPET_TBS 8