summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2014-12-11 18:23:45 +0100
committerMichael Brown2014-12-18 17:27:37 +0100
commitd1894970dbb727805acffd9320e3755fab289fe1 (patch)
tree26bc88c7e09b04475252f47a05bce46d33c64a6b /src/include/ipxe/errfile.h
parent[hyperv] Add support for Hyper-V hypervisor (diff)
downloadipxe-d1894970dbb727805acffd9320e3755fab289fe1.tar.gz
ipxe-d1894970dbb727805acffd9320e3755fab289fe1.tar.xz
ipxe-d1894970dbb727805acffd9320e3755fab289fe1.zip
[hyperv] Add support for VMBus devices
Add support for an abstraction of a VMBus device. 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 fe20b516..a8babdf3 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -309,6 +309,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_xengrant ( ERRFILE_OTHER | 0x00440000 )
#define ERRFILE_efi_utils ( ERRFILE_OTHER | 0x00450000 )
#define ERRFILE_efi_wrap ( ERRFILE_OTHER | 0x00460000 )
+#define ERRFILE_vmbus ( ERRFILE_OTHER | 0x00470000 )
/** @} */