OvmfPkg: add inclusion guards to VirtioBlkDxe/VirtioBlk.h

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@13835 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2012-10-12 18:52:05 +00:00
parent af23045837
commit 936e3a5dfd
1 changed files with 5 additions and 0 deletions
OvmfPkg/VirtioBlkDxe

View File

@ -15,6 +15,9 @@
**/
#ifndef _VIRTIO_BLK_DXE_H_
#define _VIRTIO_BLK_DXE_H_
#include <Protocol/BlockIo.h>
#include <Protocol/ComponentName.h>
#include <Protocol/DriverBinding.h>
@ -291,3 +294,5 @@ VirtioBlkGetDeviceName (
IN CHAR8 *Language,
OUT CHAR16 **ControllerName
);
#endif // _VIRTIO_BLK_DXE_H_