summaryrefslogblamecommitdiffstats
path: root/src/arch/x86/include/ipxe/acpipwr.h
blob: 93da09429439a633a979a22338bfaf862d79b3aa (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                       
#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 */