diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/i8253.h | 3 | ||||
-rw-r--r-- | include/asm-x86/i8259.h | 3 |
2 files changed, 6 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; | |||
12 | 12 | ||
13 | extern void setup_pit_timer(void); | 13 | extern void setup_pit_timer(void); |
14 | 14 | ||
15 | #define inb_pit inb_p | ||
16 | #define outb_pit outb_p | ||
17 | |||
15 | #endif /* __ASM_I8253_H__ */ | 18 | #endif /* __ASM_I8253_H__ */ |
diff --git a/include/asm-x86/i8259.h b/include/asm-x86/i8259.h index cabcc6cf3923..67c319e0efc7 100644 --- a/include/asm-x86/i8259.h +++ b/include/asm-x86/i8259.h | |||
@@ -29,4 +29,7 @@ extern void enable_8259A_irq(unsigned int irq); | |||
29 | extern void disable_8259A_irq(unsigned int irq); | 29 | extern void disable_8259A_irq(unsigned int irq); |
30 | extern unsigned int startup_8259A_irq(unsigned int irq); | 30 | extern unsigned int startup_8259A_irq(unsigned int irq); |
31 | 31 | ||
32 | #define inb_pic inb_p | ||
33 | #define outb_pic outb_p | ||
34 | |||
32 | #endif /* __ASM_I8259_H__ */ | 35 | #endif /* __ASM_I8259_H__ */ |