diff options
author | Jordan Hargrave <jordan@cvs.openbsd.org> | 2006-02-03 23:55:48 +0000 |
---|---|---|
committer | Jordan Hargrave <jordan@cvs.openbsd.org> | 2006-02-03 23:55:48 +0000 |
commit | 10ee7040389481a51445322c1e19655caf35ffad (patch) | |
tree | b4855f10ceec969f4d683d0b85b58a4611513142 /sys/dev/acpi/acpivar.h | |
parent | d94015f2730668a756180e3fd25367ffe1e07d14 (diff) |
Rewrote aml parser yet again...
Fixed bus_space_map for i386/amd64
Added _BST and _BIF to acpibat to get status/info
ok marco@
Diffstat (limited to 'sys/dev/acpi/acpivar.h')
-rw-r--r-- | sys/dev/acpi/acpivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpivar.h b/sys/dev/acpi/acpivar.h index 2c82484d7fb..e90419935e9 100644 --- a/sys/dev/acpi/acpivar.h +++ b/sys/dev/acpi/acpivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpivar.h,v 1.13 2006/01/18 22:25:44 jordan Exp $ */ +/* $OpenBSD: acpivar.h,v 1.14 2006/02/03 23:55:47 jordan Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * @@ -163,7 +163,7 @@ void acpi_powerdown(void); #define ACPI_IOREAD 0 #define ACPI_IOWRITE 1 -void acpi_gasio(struct acpi_softc *, int, int, uint64_t, int, int, void *); +int acpi_gasio(struct acpi_softc *, int, int, uint64_t, int, int, void *); #endif |