diff options
Diffstat (limited to 'libc/kernel/arch-x86/asm/mc146818rtc.h')
-rw-r--r-- | libc/kernel/arch-x86/asm/mc146818rtc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/kernel/arch-x86/asm/mc146818rtc.h b/libc/kernel/arch-x86/asm/mc146818rtc.h index f7e8781..34c3aa9 100644 --- a/libc/kernel/arch-x86/asm/mc146818rtc.h +++ b/libc/kernel/arch-x86/asm/mc146818rtc.h @@ -16,4 +16,9 @@ *** **************************************************************************** ****************************************************************************/ +#ifdef __i386__ #include "mc146818rtc_32.h" +#else +#include "mc146818rtc_64.h" +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ +#endif |