diff options
-rw-r--r-- | sys/pc98/i386/busio.s | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/busio.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/i386/busio.s b/sys/pc98/i386/busio.s index 1e8a42f..b80f98a 100644 --- a/sys/pc98/i386/busio.s +++ b/sys/pc98/i386/busio.s @@ -40,7 +40,7 @@ * Naofumi HONDA. All rights reserved. */ -#include <machine/asm.h> +#include <machine/asmacros.h> #include "assym.s" diff --git a/sys/pc98/pc98/busio.s b/sys/pc98/pc98/busio.s index 1e8a42f..b80f98a 100644 --- a/sys/pc98/pc98/busio.s +++ b/sys/pc98/pc98/busio.s @@ -40,7 +40,7 @@ * Naofumi HONDA. All rights reserved. */ -#include <machine/asm.h> +#include <machine/asmacros.h> #include "assym.s" |