staging:iio:gyro:adis16260 fix missing num_channels setup.
[linux-2.6/next.git] / arch / x86 / include / asm / i8253.h
blob65aaa91d5850c03238ced9403da7c5ce5342a5ea
1 #ifndef _ASM_X86_I8253_H
2 #define _ASM_X86_I8253_H
4 /* i8253A PIT registers */
5 #define PIT_MODE 0x43
6 #define PIT_CH0 0x40
7 #define PIT_CH2 0x42
9 #define PIT_LATCH LATCH
11 extern raw_spinlock_t i8253_lock;
13 extern struct clock_event_device *global_clock_event;
15 extern void setup_pit_timer(void);
17 #define inb_pit inb_p
18 #define outb_pit outb_p
20 #endif /* _ASM_X86_I8253_H */