1
0
Fork 0
alistair23-linux/include/asm-x86/mc146818rtc.h

6 lines
92 B
C

#ifdef CONFIG_X86_32
# include "mc146818rtc_32.h"
#else
# include "mc146818rtc_64.h"
#endif