i8253.h 109 B

123456
  1. #ifndef __ASMARM_I8253_H
  2. #define __ASMARM_I8253_H
  3. #define PIT_LATCH ((PIT_TICK_RATE + HZ / 2) / HZ)
  4. #endif