blob: 945782f291ec8159abf873f6d7c614f67627f544 [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_DEVICES_BOARD_DRIVERS_X86_INCLUDE_UTIL_H_
#define SRC_DEVICES_BOARD_DRIVERS_X86_INCLUDE_UTIL_H_
#include <zircon/compiler.h>
#include <zircon/types.h>
#include <acpica/acpi.h>
ACPI_STATUS acpi_evaluate_integer(ACPI_HANDLE handle, const char* name, uint64_t* out);
ACPI_STATUS acpi_evaluate_method_intarg(ACPI_HANDLE handle, const char* name, uint64_t arg);
#endif // SRC_DEVICES_BOARD_DRIVERS_X86_INCLUDE_UTIL_H_