]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/FirmwareFileSystem3.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Guid / FirmwareFileSystem3.h
CommitLineData
ff68065a 1/** @file\r
2 Guid used to define the Firmware File System 3.\r
3\r
9095d37b
LG
4 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
ff68065a 9\r
9095d37b
LG
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
ff68065a 12\r
13 @par Revision Reference:\r
14 GUIDs introduced in PI Version 1.0.\r
15\r
16**/\r
17\r
18#ifndef __FIRMWARE_FILE_SYSTEM3_GUID_H__\r
19#define __FIRMWARE_FILE_SYSTEM3_GUID_H__\r
20\r
9095d37b 21///\r
ff68065a 22/// The firmware volume header contains a data field for the file system GUID\r
23/// {5473C07A-3DCB-4dca-BD6F-1E9689E7349A}\r
24///\r
25#define EFI_FIRMWARE_FILE_SYSTEM3_GUID \\r
26 { 0x5473c07a, 0x3dcb, 0x4dca, { 0xbd, 0x6f, 0x1e, 0x96, 0x89, 0xe7, 0x34, 0x9a }}\r
27\r
28extern EFI_GUID gEfiFirmwareFileSystem3Guid;\r
29\r
30#endif // __FIRMWARE_FILE_SYSTEM3_GUID_H__\r