1 2 3 4 5 6 7 8 9 10
/* * Machine specific IO port address definition for generic. * Written by Osamu Tomita <tomita@cinet.co.jp> */ #ifndef __ASM_I8253_H #define __ASM_I8253_H extern void setup_pit_timer(void); #endif /* __ASM_I8253_H */