]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Include/Guid/EmuVirtualDisk.h
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Include / Guid / EmuVirtualDisk.h
1 /** @file
2 Setup Variable data structure for Emu platform.
3
4 Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8 **/
9
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
16 extern EFI_GUID gEmuVirtualDisksGuid;
17
18 #endif