diff options
| author | Marin Hannache | 2013-07-13 14:31:15 +0200 |
|---|---|---|
| committer | Michael Brown | 2013-07-15 13:49:48 +0200 |
| commit | c0af8c04333e499d2ed91dcb98b2dfe1aec1c7e3 (patch) | |
| tree | dd91fb9d367e5e2ff16425b9e0b75d218e8a63a3 /src/arch/x86/include | |
| parent | [legal] Add missing FILE_LICENCE declarations (diff) | |
| download | ipxe-c0af8c04333e499d2ed91dcb98b2dfe1aec1c7e3.tar.gz ipxe-c0af8c04333e499d2ed91dcb98b2dfe1aec1c7e3.tar.xz ipxe-c0af8c04333e499d2ed91dcb98b2dfe1aec1c7e3.zip | |
[cmdline] Add "poweroff" command
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Marin Hannache <git@mareo.fr>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/include')
| -rw-r--r-- | src/arch/x86/include/bits/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/include/bits/errfile.h b/src/arch/x86/include/bits/errfile.h index 5f676c871..bfd223853 100644 --- a/src/arch/x86/include/bits/errfile.h +++ b/src/arch/x86/include/bits/errfile.h @@ -19,6 +19,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define ERRFILE_vmware ( ERRFILE_ARCH | ERRFILE_CORE | 0x00080000 ) #define ERRFILE_guestrpc ( ERRFILE_ARCH | ERRFILE_CORE | 0x00090000 ) #define ERRFILE_guestinfo ( ERRFILE_ARCH | ERRFILE_CORE | 0x000a0000 ) +#define ERRFILE_apm ( ERRFILE_ARCH | ERRFILE_CORE | 0x000b0000 ) #define ERRFILE_bootsector ( ERRFILE_ARCH | ERRFILE_IMAGE | 0x00000000 ) #define ERRFILE_bzimage ( ERRFILE_ARCH | ERRFILE_IMAGE | 0x00010000 ) |
