blob: 76f31de54925f6c13cb14d92da46c7a3764ff210 [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 ZIRCON_SYSTEM_DEV_BOARD_X86_INCLUDE_UTIL_H_
#define ZIRCON_SYSTEM_DEV_BOARD_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 // ZIRCON_SYSTEM_DEV_BOARD_X86_INCLUDE_UTIL_H_