summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2013-08-13 23:32:45 +0200
committerMichael Brown2013-08-19 18:22:58 +0200
commit430c3fb90069b2e8bcdeeb5cd75671108b14991d (patch)
treecd8440de8b632453b7478032b8c2dc5e3992e381 /src/include/ipxe/errfile.h
parent[params] Add support for the general concept of a form parameter list (diff)
downloadipxe-430c3fb90069b2e8bcdeeb5cd75671108b14991d.tar.gz
ipxe-430c3fb90069b2e8bcdeeb5cd75671108b14991d.tar.xz
ipxe-430c3fb90069b2e8bcdeeb5cd75671108b14991d.zip
[cmdline] Add "params" and "param" commands to manage form parameter lists
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index 4053923b..801d579b 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -286,6 +286,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_pci_settings ( ERRFILE_OTHER | 0x003d0000 )
#define ERRFILE_efi_reboot ( ERRFILE_OTHER | 0x003e0000 )
#define ERRFILE_memmap_settings ( ERRFILE_OTHER | 0x003f0000 )
+#define ERRFILE_param_cmd ( ERRFILE_OTHER | 0x00400000 )
/** @} */