summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2014-08-06 14:52:41 +0200
committerMichael Brown2014-08-06 15:27:45 +0200
commit2bf428c2a9de75ee130d366f5139fc762106e220 (patch)
treef4a5586bd1d7cc2f73049d81d79a1896de427b78 /src/include/ipxe/errfile.h
parent[efi] Try various possible SNP receive filters (diff)
downloadipxe-2bf428c2a9de75ee130d366f5139fc762106e220.tar.gz
ipxe-2bf428c2a9de75ee130d366f5139fc762106e220.tar.xz
ipxe-2bf428c2a9de75ee130d366f5139fc762106e220.zip
[efi] Move abstract device path and handle functions to efi_utils.c
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 f3e21d44..1029670a 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -305,6 +305,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_xenstore ( ERRFILE_OTHER | 0x00420000 )
#define ERRFILE_xenbus ( ERRFILE_OTHER | 0x00430000 )
#define ERRFILE_xengrant ( ERRFILE_OTHER | 0x00440000 )
+#define ERRFILE_efi_utils ( ERRFILE_OTHER | 0x00450000 )
/** @} */