diff options
author | nyan <nyan@FreeBSD.org> | 2003-11-05 17:01:51 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2003-11-05 17:01:51 +0000 |
commit | 4dcc0c992a08f968d2add69130aa2373e6ec34c0 (patch) | |
tree | 928ce3585af56141a53257b0ffe1b2d55cd27b83 /sys/pc98/i386/busio.s | |
parent | dd3c3c1e898160d2eeae867d2fd7465d867bf683 (diff) | |
download | FreeBSD-src-4dcc0c992a08f968d2add69130aa2373e6ec34c0.zip FreeBSD-src-4dcc0c992a08f968d2add69130aa2373e6ec34c0.tar.gz |
Include machine/asmacros.h instead of machine/asm.h.
Submitted by: bde
Diffstat (limited to 'sys/pc98/i386/busio.s')
-rw-r--r-- | sys/pc98/i386/busio.s | 2 |
1 files changed, 1 insertions, 1 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" |