Defines | |
#define | EFI_FIRMWARE_FILE_SYSTEM_GUID { 0x7A9354D9, 0x0468, 0x444a, {0x81, 0xCE, 0x0B, 0xF6, 0x17, 0xD8, 0x90, 0xDF }} |
#define | FFS_ATTRIB_TAIL_PRESENT 0x01 |
#define | FFS_ATTRIB_RECOVERY 0x02 |
#define | FFS_ATTRIB_HEADER_EXTENSION 0x04 |
Typedefs | |
typedef UINT16 | EFI_FFS_FILE_TAIL |
Variables | |
EFI_GUID | gEfiFirmwareFileSystemGuid |
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define EFI_FIRMWARE_FILE_SYSTEM_GUID { 0x7A9354D9, 0x0468, 0x444a, {0x81, 0xCE, 0x0B, 0xF6, 0x17, 0xD8, 0x90, 0xDF }} |
GUIDs defined by the FFS specification.
#define FFS_ATTRIB_HEADER_EXTENSION 0x04 |
#define FFS_ATTRIB_RECOVERY 0x02 |
#define FFS_ATTRIB_TAIL_PRESENT 0x01 |
typedef UINT16 EFI_FFS_FILE_TAIL |
EFI_GUID gEfiFirmwareFileSystemGuid |