summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/VirtioBlkDxe/VirtioBlk.h
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2012-10-12 18:52:24 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2012-10-12 18:52:24 +0000
commit045b46e92d2ff47a1fa1d7aece0155b87b412e3d (patch)
tree7b538cb314751262a2977baa5670e4705208a07f /OvmfPkg/VirtioBlkDxe/VirtioBlk.h
parent936e3a5dfdf9b2430f3917a11da92d45f259c3e7 (diff)
downloadedk2-045b46e92d2ff47a1fa1d7aece0155b87b412e3d.tar.gz
edk2-045b46e92d2ff47a1fa1d7aece0155b87b412e3d.tar.bz2
edk2-045b46e92d2ff47a1fa1d7aece0155b87b412e3d.zip
OvmfPkg: move VirtioBlkDxe/Virtio.h to Include/IndustryStandard/Virtio.h
This commit consists of: - a verbatim move ("similarity index 100%" in git parlance), - an updated #include directive in VirtioBlkDxe/VirtioBlk.h, - and an OvmfPkg.dec package entry in VirtioBlkDxe/VirtioBlk.inf, so that the new include directory is searched. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13836 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/VirtioBlkDxe/VirtioBlk.h')
-rw-r--r--OvmfPkg/VirtioBlkDxe/VirtioBlk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/VirtioBlkDxe/VirtioBlk.h b/OvmfPkg/VirtioBlkDxe/VirtioBlk.h
index c769991839..d22570def9 100644
--- a/OvmfPkg/VirtioBlkDxe/VirtioBlk.h
+++ b/OvmfPkg/VirtioBlkDxe/VirtioBlk.h
@@ -23,7 +23,7 @@
#include <Protocol/DriverBinding.h>
#include <Protocol/PciIo.h>
-#include "Virtio.h"
+#include <IndustryStandard/Virtio.h>
#define VBLK_SIG SIGNATURE_32 ('V', 'B', 'L', 'K')