mirror of https://github.com/acidanthera/audk.git
OvmfPkg: add inclusion guards in Include/IndustryStandard/Virtio.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@13837 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
045b46e92d
commit
d128191620
|
@ -14,6 +14,9 @@
|
|||
|
||||
**/
|
||||
|
||||
#ifndef _VIRTIO_H_
|
||||
#define _VIRTIO_H_
|
||||
|
||||
#include <Base.h>
|
||||
|
||||
|
||||
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue