TianoCore EDK2 master
Loading...
Searching...
No Matches
VirtioMmioTransport.h
Go to the documentation of this file.
1
11#ifndef __VIRTIO_MMIO_TRANSPORT_H__
12#define __VIRTIO_MMIO_TRANSPORT_H__
13
14#define VIRTIO_MMIO_TRANSPORT_GUID \
15{0x837dca9e, 0xe874, 0x4d82, {0xb2, 0x9a, 0x23, 0xfe, 0x0e, 0x23, 0xd1, 0xe2}}
16
17extern EFI_GUID gVirtioMmioTransportGuid;
18
19#endif
Definition: Base.h:213