linux-headers/arch/e2k/include/asm/mc146818rtc.h

13 lines
213 B
C

/*
* Machine dependent access functions for RTC registers.
*/
#ifndef _ASM_MC146818RTC_H
#define _ASM_MC146818RTC_H
#include <asm/io.h>
#include <asm/cmos.h>
#define RTC_IRQ 8
#endif /* _ASM_MC146818RTC_H */