blob: a4a6656619a4cc2b79bc8e4bfead04341395d89a [file] [log] [blame]
// Copyright 2016 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.
#pragma once
#include <zircon/types.h>
void devhost_acpi_set_rpc(zx_handle_t handle);
void devhost_acpi_reboot(void);
void devhost_acpi_poweroff(void);