diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2006-04-11 02:35:36 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2006-04-11 02:35:36 +0000 |
commit | 57ffc3ee00c70eed0ac54666964887d6112fd60b (patch) | |
tree | d79e3313d18eb97c46181f704071786431cf08d7 /sys/dev/acpi/acpivar.h | |
parent | 7a1e6e2ecdeadbb20c6dda6a5840cf5822200190 (diff) |
Add acpi_resume(struct acpi_softc *sc), which calls some AML methods,
detected at attach time, currently unused.
ok marco@
Diffstat (limited to 'sys/dev/acpi/acpivar.h')
-rw-r--r-- | sys/dev/acpi/acpivar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpivar.h b/sys/dev/acpi/acpivar.h index 53c4c1ed244..ad6b6ce48f6 100644 --- a/sys/dev/acpi/acpivar.h +++ b/sys/dev/acpi/acpivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpivar.h,v 1.21 2006/04/11 02:28:10 gwk Exp $ */ +/* $OpenBSD: acpivar.h,v 1.22 2006/04/11 02:35:35 gwk Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * @@ -189,6 +189,7 @@ void acpi_attach_machdep(struct acpi_softc *); int acpi_interrupt(void *); void acpi_enter_sleep_state(struct acpi_softc *, int); void acpi_powerdown(void); +void acpi_resume(struct acpi_softc *); #define ACPI_IOREAD 0 #define ACPI_IOWRITE 1 |