]> err.no Git - linux-2.6/blob - include/asm-i386/i8253.h
i386: remove pit_interrupt_hook
[linux-2.6] / include / asm-i386 / i8253.h
1 #ifndef __ASM_I8253_H__
2 #define __ASM_I8253_H__
3
4 #include <linux/clockchips.h>
5
6 extern spinlock_t i8253_lock;
7
8 extern struct clock_event_device *global_clock_event;
9
10 #endif  /* __ASM_I8253_H__ */