summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2014-01-01 21:17:26 +0100
committerMichael Brown2014-01-06 03:10:41 +0100
commit9bdfc36bcc6157da0e6f0713202a9b6891b642d1 (patch)
tree76b1487ff859b2bf84db0b45198baf303e82d0b6 /src/include/ipxe/errfile.h
parent[test] Add okx() macro taking an explicit file name and line number (diff)
downloadipxe-9bdfc36bcc6157da0e6f0713202a9b6891b642d1.tar.gz
ipxe-9bdfc36bcc6157da0e6f0713202a9b6891b642d1.tar.xz
ipxe-9bdfc36bcc6157da0e6f0713202a9b6891b642d1.zip
[deflate] Add support for DEFLATE decompression
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 32c596ff..1d9397dc 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -297,6 +297,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_efi_reboot ( ERRFILE_OTHER | 0x003e0000 )
#define ERRFILE_memmap_settings ( ERRFILE_OTHER | 0x003f0000 )
#define ERRFILE_param_cmd ( ERRFILE_OTHER | 0x00400000 )
+#define ERRFILE_deflate ( ERRFILE_OTHER | 0x00410000 )
/** @} */