diff options
author | jkim <jkim@FreeBSD.org> | 2010-11-11 19:36:21 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2010-11-11 19:36:21 +0000 |
commit | 56b80da7cac820e4575a4eca93a1c13c386ccec5 (patch) | |
tree | 7641538c7d2d4700f47ee62ff0bab632b05d778b /sys/pc98 | |
parent | 98098c3edad41d04379bb95076ac6581d99b8a64 (diff) | |
download | FreeBSD-src-56b80da7cac820e4575a4eca93a1c13c386ccec5.zip FreeBSD-src-56b80da7cac820e4575a4eca93a1c13c386ccec5.tar.gz |
Move identical copies of apm_bios.h to sys/x86/include, replace them with
stubs, and adjust PC98 stub accordingly.
Reviewed by: imp, nyan
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/include/apm_bios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/include/apm_bios.h b/sys/pc98/include/apm_bios.h index 261ae37..77d99c1 100644 --- a/sys/pc98/include/apm_bios.h +++ b/sys/pc98/include/apm_bios.h @@ -32,7 +32,7 @@ * PC98 machines implement APM bios in nearly the same was as i386 machines, * so include the i386 version and note the changes here. */ -#include <i386/apm_bios.h> +#include <x86/apm_bios.h> /* * APM BIOS and interrupt are different on pc98 |