TianoCore EDK2 master
Loading...
Searching...
No Matches
EmuVirtualDisk.h
Go to the documentation of this file.
1
10#ifndef __EMU_VIRTUAL_DISK_H__
11#define __EMU_VIRTUAL_DISK_H__
12
13#define EFI_EMU_VIRTUAL_DISK_GUID \
14 { 0xf2ba331a, 0x8985, 0x11db, { 0xa4, 0x06, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35 } }
15
16extern EFI_GUID gEmuVirtualDisksGuid;
17
18#endif
Definition: Base.h:213