]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Guid/FirmwareFileSystem3.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Guid / FirmwareFileSystem3.h
1 /** @file
2 Guid used to define the Firmware File System 3.
3
4 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 @par Revision Reference:
8 GUIDs introduced in PI Version 1.0.
9
10 **/
11
12 #ifndef __FIRMWARE_FILE_SYSTEM3_GUID_H__
13 #define __FIRMWARE_FILE_SYSTEM3_GUID_H__
14
15 ///
16 /// The firmware volume header contains a data field for the file system GUID
17 /// {5473C07A-3DCB-4dca-BD6F-1E9689E7349A}
18 ///
19 #define EFI_FIRMWARE_FILE_SYSTEM3_GUID \
20 { 0x5473c07a, 0x3dcb, 0x4dca, { 0xbd, 0x6f, 0x1e, 0x96, 0x89, 0xe7, 0x34, 0x9a }}
21
22 extern EFI_GUID gEfiFirmwareFileSystem3Guid;
23
24 #endif // __FIRMWARE_FILE_SYSTEM3_GUID_H__