summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2008-10-16 06:38:23 +0200
committerMichael Brown2008-10-16 06:38:23 +0200
commitc99b16c9749c26ff86864d636179b9b08f7dd33f (patch)
treeb5102cd2a74251468ed2308ad9b513179df6fc24 /src/include/gpxe/errfile.h
parent[netdevice] Change link-layer push() and pull() methods to take raw types (diff)
downloadipxe-c99b16c9749c26ff86864d636179b9b08f7dd33f.tar.gz
ipxe-c99b16c9749c26ff86864d636179b9b08f7dd33f.tar.xz
ipxe-c99b16c9749c26ff86864d636179b9b08f7dd33f.zip
[efi] Add basic implementation of EFI SIMPLE_NETWORK_PROTOCOL
This implementation is tested and working, but not currently tied in to the EFI build.
Diffstat (limited to 'src/include/gpxe/errfile.h')
-rw-r--r--src/include/gpxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h
index 609500cd..057abb1d 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -158,6 +158,7 @@
#define ERRFILE_ifmgmt ( ERRFILE_OTHER | 0x000e0000 )
#define ERRFILE_iscsiboot ( ERRFILE_OTHER | 0x000f0000 )
#define ERRFILE_efi_pci ( ERRFILE_OTHER | 0x00100000 )
+#define ERRFILE_efi_snp ( ERRFILE_OTHER | 0x00110000 )
/** @} */