X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fi8253.h;h=b51c0487fc41d6aec43c7db474e80abd0330d50d;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=747548ec5d1ddce5fb1574b77b47d119f84e0754;hpb=f4921aff5b174349bc36551f142a5dbac782ea3f;p=linux-2.6 diff --git a/include/asm-x86/i8253.h b/include/asm-x86/i8253.h index 747548ec5d..b51c0487fc 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__ */