- #ifndef PIT_H
- #define PIT_H
- #include<init.h>
- #include<devices.h>
- #include<list.h>
- #include<lib/string.h>
- #include <i386/io_low_HLL.h>
- #define PIT_TYPE 0x43
- #define PIT_CHANNEL_0 0x40
- #define HERTZ 100
- #define CLOCK_TICK_RATE 1193182
- void __init_device init_isa_pit (struct device* dev);
- #endif