i8253.h 251 B

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