2 * Machine specific IO port address definition for generic.
3 * Written by Osamu Tomita <tomita@cinet.co.jp>
8 #include <linux/spinlock.h>
10 /* i8253A PIT registers */
15 #define PIT_LATCH LATCH
17 extern raw_spinlock_t i8253_lock
;
19 extern void setup_pit_timer(void);
22 #define outb_pit outb_p
24 #endif /* __ASM_I8253_H */