aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/i8253.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/i8253.h')
-rw-r--r--include/asm-x86/i8253.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/asm-x86/i8253.h b/include/asm-x86/i8253.h
deleted file mode 100644
index b51c0487fc41..000000000000
--- a/include/asm-x86/i8253.h
+++ /dev/null
@@ -1,18 +0,0 @@
1#ifndef __ASM_I8253_H__
2#define __ASM_I8253_H__
3
4/* i8253A PIT registers */
5#define PIT_MODE 0x43
6#define PIT_CH0 0x40
7#define PIT_CH2 0x42
8
9extern spinlock_t i8253_lock;
10
11extern struct clock_event_device *global_clock_event;
12
13extern void setup_pit_timer(void);
14
15#define inb_pit inb_p
16#define outb_pit outb_p
17
18#endif /* __ASM_I8253_H__ */