summaryrefslogtreecommitdiffstats
path: root/include/asm-i386
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-15 03:07:32 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-15 03:07:32 +0000
commit00f11569ac8ca73cbcdef8822de1583e79aee571 (patch)
tree885056601a5d892577d3766cd39de5e0349df5ef /include/asm-i386
parentb9bc325e1946507c23965bdeda759f7dbbbbb6a7 (diff)
Portability cleanup as required by Linus.
Diffstat (limited to 'include/asm-i386')
-rw-r--r--include/asm-i386/mc146818rtc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-i386/mc146818rtc.h b/include/asm-i386/mc146818rtc.h
index 8729c5dfb..d6e300943 100644
--- a/include/asm-i386/mc146818rtc.h
+++ b/include/asm-i386/mc146818rtc.h
@@ -24,4 +24,6 @@ outb_p((addr),RTC_PORT(0)); \
outb_p((val),RTC_PORT(1)); \
})
+#define RTC_IRQ 8
+
#endif /* _ASM_MC146818RTC_H */