summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/ipxe/apm.h
blob: 21d913ac4b20f3e5d60791ecf92f2afa1c59ed30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _IPXE_APM_H
#define _IPXE_APM_H

/** @file
 *
 * Advanced Power Management
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

extern int apm_poweroff ( void );

#endif /* _IPXE_APM_H */