X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=FatPkg%2FEnhancedFatDxe%2FFat.h;h=3a782cb0266993e68638effd25257724e98e2536;hb=b2477ca46c8b6a8b65ffe076f68db5daafec7d32;hp=6328a52d1526569d50fcd444b6afca1f76d60ee1;hpb=b9ec93308b33bcb0bb37d6213a76c3fed0b5bc0b;p=mirror_edk2.git diff --git a/FatPkg/EnhancedFatDxe/Fat.h b/FatPkg/EnhancedFatDxe/Fat.h index 6328a52d15..3a782cb026 100644 --- a/FatPkg/EnhancedFatDxe/Fat.h +++ b/FatPkg/EnhancedFatDxe/Fat.h @@ -30,7 +30,6 @@ Revision History #include #include #include -#include #include #include #include @@ -51,11 +50,11 @@ Revision History // // The FAT signature // -#define FAT_VOLUME_SIGNATURE EFI_SIGNATURE_32 ('f', 'a', 't', 'v') -#define FAT_IFILE_SIGNATURE EFI_SIGNATURE_32 ('f', 'a', 't', 'i') -#define FAT_ODIR_SIGNATURE EFI_SIGNATURE_32 ('f', 'a', 't', 'd') -#define FAT_DIRENT_SIGNATURE EFI_SIGNATURE_32 ('f', 'a', 't', 'e') -#define FAT_OFILE_SIGNATURE EFI_SIGNATURE_32 ('f', 'a', 't', 'o') +#define FAT_VOLUME_SIGNATURE SIGNATURE_32 ('f', 'a', 't', 'v') +#define FAT_IFILE_SIGNATURE SIGNATURE_32 ('f', 'a', 't', 'i') +#define FAT_ODIR_SIGNATURE SIGNATURE_32 ('f', 'a', 't', 'd') +#define FAT_DIRENT_SIGNATURE SIGNATURE_32 ('f', 'a', 't', 'e') +#define FAT_OFILE_SIGNATURE SIGNATURE_32 ('f', 'a', 't', 'o') #define ASSERT_VOLUME_LOCKED(a) ASSERT_LOCKED (&FatFsLock) @@ -244,7 +243,7 @@ typedef struct _FAT_OFILE { // // Dirty is set if there have been any updates to the // file - // Archive is set if the archive attribute in the file’s + // Archive is set if the archive attribute in the file's // directory entry needs to be set when performing flush // PreserveLastMod is set if the last modification of the // file is specified by SetInfo API