]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Common/FirmwareFileSystem.h
Correct TeImage file format and Clean up PeiRebase tool to remove unused code and...
[mirror_edk2.git] / MdePkg / Include / Common / FirmwareFileSystem.h
index 5678a95524502717aacddcbe6baaca0b7e7697a2..00ce8faff12a90a85a89ad5b5597539c73e29e67 100644 (file)
                                  EFI_FILE_HEADER_INVALID \\r
           )\r
 \r
-#define EFI_TEST_FFS_ATTRIBUTES_BIT(FvbAttributes, TestAttributes, Bit) \\r
-    ( \\r
-      (BOOLEAN) ( \\r
-          (FvbAttributes & EFI_FVB_ERASE_POLARITY) ? (((~TestAttributes) & Bit) == Bit) : ((TestAttributes & Bit) == Bit) \\r
-        ) \\r
-    )\r
-\r
 typedef UINT16  EFI_FFS_FILE_TAIL;\r
 \r
 ///\r