blob: 9f6f237376a60adefa1b862582da17c0089fc9de [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 <magenta/types.h>
void devhost_acpi_set_rpc(mx_handle_t handle);
void devhost_acpi_reboot(void);
void devhost_acpi_poweroff(void);