#include <ntddk.h>
#include <acpi.h>
#include <acpi_bus.h>
#include <acpi_drivers.h>
#include <glue.h>
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
| #define | _COMPONENT ACPI_BUS_COMPONENT |
Functions |
| static void | acpi_util_eval_error (ACPI_HANDLE h, ACPI_STRING p, ACPI_STATUS s) |
| ACPI_STATUS | acpi_extract_package (ACPI_OBJECT *package, ACPI_BUFFER *format, ACPI_BUFFER *buffer) |
| ACPI_STATUS | acpi_evaluate_integer (ACPI_HANDLE handle, ACPI_STRING pathname, ACPI_OBJECT_LIST *arguments, unsigned long long *data) |
| ACPI_STATUS | acpi_evaluate_reference (ACPI_HANDLE handle, ACPI_STRING pathname, ACPI_OBJECT_LIST *arguments, struct acpi_handle_list *list) |