1 2 3 4 5 6 7 8
#ifndef _ASM_X86_I8253_H #define _ASM_X86_I8253_H #define PIT_LATCH LATCH extern void setup_pit_timer(void); #endif /* _ASM_X86_I8253_H */