aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/i8253.h
blob: 20480cef7547c9ba5c45515c4159ac50c0d47827 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _ASM_X86_I8253_H
#define _ASM_X86_I8253_H

#define PIT_LATCH	LATCH

extern struct clock_event_device *global_clock_event;

extern void setup_pit_timer(void);

#endif /* _ASM_X86_I8253_H */