]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Common/FrameworkFirmwareFileSystem.h
Modified header files to make them compile
[mirror_edk2.git] / IntelFrameworkPkg / Include / Common / FrameworkFirmwareFileSystem.h
CommitLineData
79964ac8 1/** @file\r
2 This file defines the data structures that comprise the FFS file system.\r
3\r
4 Copyright (c) 2007, Intel Corporation\r
5 All rights reserved. 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
9\r
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
12\r
13 Module Name: FrameworkFirmwareFileSystem.h\r
14\r
15 @par Revision Reference:\r
16 These definitions are from Firmware File System Spec 0.9 but not in PI specs.\r
17\r
18**/\r
19\r
20#ifndef _FRAMEWORK_FIRMWARE_FILE_SYSTEM_H_\r
21#define _FRAMEWORK_FIRMWARE_FILE_SYSTEM_H_\r
22\r
b80fbe85 23#include <PiPei.h>\r
79964ac8 24\r
25typedef UINT16 EFI_FFS_FILE_TAIL;\r
26\r
27#define FFS_ATTRIB_TAIL_PRESENT 0x01\r
28#define FFS_ATTRIB_RECOVERY 0x02\r
29#define FFS_ATTRIB_HEADER_EXTENSION 0x04\r
30\r
31#endif\r