8253pit.h 159 B

123456789101112
  1. /*
  2. * 8253/8254 Programmable Interval Timer
  3. */
  4. #ifndef _8253PIT_H
  5. #define _8253PIT_H
  6. #include <asm/timex.h>
  7. #define PIT_TICK_RATE CLOCK_TICK_RATE
  8. #endif