linux/arch/m68k/include/asm/mc146818rtc.h

6 lines
88 B
C

#ifdef __uClinux__
#include "mc146818rtc_no.h"
#else
#include "mc146818rtc_mm.h"
#endif