diff options
Diffstat (limited to 'include/asm-sparc64/mc146818rtc.h')
-rw-r--r-- | include/asm-sparc64/mc146818rtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc64/mc146818rtc.h b/include/asm-sparc64/mc146818rtc.h index 05c8ffd97..4a9e01b4f 100644 --- a/include/asm-sparc64/mc146818rtc.h +++ b/include/asm-sparc64/mc146818rtc.h @@ -24,4 +24,6 @@ outb_p((addr),RTC_PORT(0)); \ outb_p((val),RTC_PORT(1)); \ }) +#define RTC_IRQ 8 + #endif /* __ASM_SPARC64_MC146818RTC_H */ |