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