summaryrefslogtreecommitdiff
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/i8253.h b/include/asm-x86/i8253.h
index 747548ec5d1d..b51c0487fc41 100644
--- a/include/asm-x86/i8253.h
+++ b/include/asm-x86/i8253.h
@@ -12,4 +12,7 @@ extern struct clock_event_device *global_clock_event;
extern void setup_pit_timer(void);
+#define inb_pit inb_p
+#define outb_pit outb_p
+
#endif /* __ASM_I8253_H__ */