Sign in
qemu
/
ipxe
/
refs/heads/rbgstart
/
.
/
src
/
arch
/
x86
/
include
/
ipxe
/
acpipwr.h
blob: 93da09429439a633a979a22338bfaf862d79b3aa [
file
]
#ifndef
_IPXE_ACPIPWR_H
#define
_IPXE_ACPIPWR_H
/** @file
*
* ACPI power off
*
*/
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
extern
int
acpi_poweroff
(
void
);
#endif
/* _IPXE_ACPIPWR_H */