mirror of https://github.com/acidanthera/audk.git
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:
parent
af23045837
commit
936e3a5dfd
OvmfPkg/VirtioBlkDxe
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue