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