From d1281916206b835e51596bffc744a99f7b71e874 Mon Sep 17 00:00:00 2001 From: jljusten Date: Fri, 12 Oct 2012 18:52:37 +0000 Subject: OvmfPkg: add inclusion guards in Include/IndustryStandard/Virtio.h Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Jordan Justen git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13837 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/Include/IndustryStandard/Virtio.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OvmfPkg') diff --git a/OvmfPkg/Include/IndustryStandard/Virtio.h b/OvmfPkg/Include/IndustryStandard/Virtio.h index 5e2e8f4c6f..ff4b71c84c 100644 --- a/OvmfPkg/Include/IndustryStandard/Virtio.h +++ b/OvmfPkg/Include/IndustryStandard/Virtio.h @@ -14,6 +14,9 @@ **/ +#ifndef _VIRTIO_H_ +#define _VIRTIO_H_ + #include @@ -174,3 +177,5 @@ typedef struct { #define VIRTIO_BLK_S_OK 0x00 #define VIRTIO_BLK_S_IOERR 0x01 #define VIRTIO_BLK_S_UNSUPP 0x02 + +#endif // _VIRTIO_H_ -- cgit v1.2.3