]> err.no Git - linux-2.6/blobdiff - include/asm-x86/i8253.h
x86: reserve dma32 early for gart
[linux-2.6] / include / asm-x86 / i8253.h
index 28cf67da59a3a536de426f8e1bc6b8f399f6b166..b51c0487fc41d6aec43c7db474e80abd0330d50d 100644 (file)
@@ -8,12 +8,11 @@
 
 extern spinlock_t i8253_lock;
 
-#ifdef CONFIG_GENERIC_CLOCKEVENTS
-
 extern struct clock_event_device *global_clock_event;
 
 extern void setup_pit_timer(void);
 
-#endif
+#define inb_pit                inb_p
+#define outb_pit       outb_p
 
 #endif /* __ASM_I8253_H__ */