summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2016-04-20 21:21:47 +0000
committerjkim <jkim@FreeBSD.org>2016-04-20 21:21:47 +0000
commitc6fadd21159e75b733e0d9255c93d1d052bee153 (patch)
treeea2a96c448c4fc1d8a0e720656dde93b2928bb00 /sys/dev/acpica/acpivar.h
parentb389a6beb1565ba2536fc0d1ff653bdd61a18b00 (diff)
downloadFreeBSD-src-c6fadd21159e75b733e0d9255c93d1d052bee153.zip
FreeBSD-src-c6fadd21159e75b733e0d9255c93d1d052bee153.tar.gz
Remove query flag from acpi_EvaluateOSC(). This function does not support
return buffer (yet).
Diffstat (limited to 'sys/dev/acpica/acpivar.h')
-rw-r--r--sys/dev/acpica/acpivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h
index 034f6df..6a31aea 100644
--- a/sys/dev/acpica/acpivar.h
+++ b/sys/dev/acpica/acpivar.h
@@ -336,7 +336,7 @@ ACPI_STATUS acpi_FindIndexedResource(ACPI_BUFFER *buf, int index,
ACPI_STATUS acpi_AppendBufferResource(ACPI_BUFFER *buf,
ACPI_RESOURCE *res);
ACPI_STATUS acpi_EvaluateOSC(ACPI_HANDLE handle, uint8_t *uuid,
- int revision, int count, uint32_t *caps, bool query);
+ int revision, int count, uint32_t *caps);
ACPI_STATUS acpi_OverrideInterruptLevel(UINT32 InterruptNumber);
ACPI_STATUS acpi_SetIntrModel(int model);
int acpi_ReqSleepState(struct acpi_softc *sc, int state);
OpenPOWER on IntegriCloud