summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2014-07-01 18:58:09 +0200
committerMichael Brown2014-07-03 16:28:17 +0200
commitc7051d826b43954b1e191667a75b21b44ec02c35 (patch)
treec29a4e22878c42f4c31900e5582a055287bbe939 /src/include/ipxe/errfile.h
parent[build] Add yet another potential location for isolinux.bin (diff)
downloadipxe-c7051d826b43954b1e191667a75b21b44ec02c35.tar.gz
ipxe-c7051d826b43954b1e191667a75b21b44ec02c35.tar.xz
ipxe-c7051d826b43954b1e191667a75b21b44ec02c35.zip
[efi] Allow network devices to be created on top of arbitrary SNP devices
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 e3b6b87e..a8b3a8e4 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -154,6 +154,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_intel ( ERRFILE_DRIVER | 0x00650000 )
#define ERRFILE_myson ( ERRFILE_DRIVER | 0x00660000 )
#define ERRFILE_intelx ( ERRFILE_DRIVER | 0x00670000 )
+#define ERRFILE_snp ( ERRFILE_DRIVER | 0x00680000 )
#define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 )
#define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 )