]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Include/Guid/EmuVirtualDisk.h
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Include / Guid / EmuVirtualDisk.h
CommitLineData
d59326d3 1/** @file\r
2 Setup Variable data structure for Emu platform.\r
3\r
4Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
e3ba31da 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
d59326d3 6\r
7\r
8**/\r
9\r
10#ifndef __EMU_VIRTUAL_DISK_H__\r
11#define __EMU_VIRTUAL_DISK_H__\r
12\r
13#define EFI_EMU_VIRTUAL_DISK_GUID \\r
14 { 0xf2ba331a, 0x8985, 0x11db, { 0xa4, 0x06, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35 } }\r
15\r
16extern EFI_GUID gEmuVirtualDisksGuid;\r
17\r
18#endif\r