1#ifndef _HPET_H
2#define _HPET_H
3
4
5struct hpet_timer_cookie ;
6
7
8#define HPET_WAIT_TIMER 0x0001
9
10#endif
11