i8253.h 195 B

12345678910
  1. #ifndef __ASM_I8253_H__
  2. #define __ASM_I8253_H__
  3. #include <linux/clockchips.h>
  4. extern spinlock_t i8253_lock;
  5. extern struct clock_event_device *global_clock_event;
  6. #endif /* __ASM_I8253_H__ */