diff options
author | iwasaki <iwasaki@FreeBSD.org> | 2000-09-02 15:06:54 +0000 |
---|---|---|
committer | iwasaki <iwasaki@FreeBSD.org> | 2000-09-02 15:06:54 +0000 |
commit | 6805d4dd08ebecb6d911e7cd6d7a8726c2045e06 (patch) | |
tree | 4fe65cc4546c27d7c8e3766b2a27b586c1bc2291 /sys/dev | |
parent | 5b79681c7077280080400b67fa26abddc9b15173 (diff) | |
download | FreeBSD-src-6805d4dd08ebecb6d911e7cd6d7a8726c2045e06.zip FreeBSD-src-6805d4dd08ebecb6d911e7cd6d7a8726c2045e06.tar.gz |
Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.
Change to include this file rather than acpica_osd.h to use
only ACPI_BUS_SPACE stuff.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/acpi/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c index ddf3958..0ebbf83 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -56,7 +56,7 @@ #include <dev/acpi/aml/aml_parse.h> #include <dev/acpi/aml/aml_memman.h> -#include <machine/acpica_osd.h> /* for ACPI_BUS_SPACE_IO */ +#include <machine/acpi_machdep.h> /* for ACPI_BUS_SPACE_IO */ /* * ACPI pmap subsystem |