]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/Include/Guid/EmuVirtualDisk.h
Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.
[mirror_edk2.git] / InOsEmuPkg / 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
5This program and the accompanying materials \r
6are licensed and made available under the terms and conditions of the BSD License \r
7which accompanies this distribution. The full text of the license may be found at \r
8http://opensource.org/licenses/bsd-license.php \r
9 \r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12\r
13\r
14**/\r
15\r
16#ifndef __EMU_VIRTUAL_DISK_H__\r
17#define __EMU_VIRTUAL_DISK_H__\r
18\r
19#define EFI_EMU_VIRTUAL_DISK_GUID \\r
20 { 0xf2ba331a, 0x8985, 0x11db, { 0xa4, 0x06, 0x00, 0x40, 0xd0, 0x2b, 0x18, 0x35 } }\r
21\r
22extern EFI_GUID gEmuVirtualDisksGuid;\r
23\r
24#endif\r