aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/i8253.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/i8253.h')
-rw-r--r--arch/x86/include/asm/i8253.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/i8253.h b/arch/x86/include/asm/i8253.h
index fc1f579fb965..65aaa91d5850 100644
--- a/arch/x86/include/asm/i8253.h
+++ b/arch/x86/include/asm/i8253.h
@@ -6,6 +6,8 @@
6#define PIT_CH0 0x40 6#define PIT_CH0 0x40
7#define PIT_CH2 0x42 7#define PIT_CH2 0x42
8 8
9#define PIT_LATCH LATCH
10
9extern raw_spinlock_t i8253_lock; 11extern raw_spinlock_t i8253_lock;
10 12
11extern struct clock_event_device *global_clock_event; 13extern struct clock_event_device *global_clock_event;