]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/Fat.h
Apply GetBestLanguage() UefiLib to initialize Unicode Collation Protocol.
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / Fat.h
index 6328a52d1526569d50fcd444b6afca1f76d60ee1..3a782cb0266993e68638effd25257724e98e2536 100644 (file)
@@ -30,7 +30,6 @@ Revision History
 #include <Guid/FileInfo.h>\r
 #include <Guid/FileSystemInfo.h>\r
 #include <Guid/FileSystemVolumeLabelInfo.h>\r
-#include <Guid/GlobalVariable.h>\r
 #include <Protocol/BlockIo.h>\r
 #include <Protocol/DiskIo.h>\r
 #include <Protocol/SimpleFileSystem.h>\r
@@ -51,11 +50,11 @@ Revision History
 //\r
 // The FAT signature\r
 //\r
-#define FAT_VOLUME_SIGNATURE         EFI_SIGNATURE_32 ('f', 'a', 't', 'v')\r
-#define FAT_IFILE_SIGNATURE          EFI_SIGNATURE_32 ('f', 'a', 't', 'i')\r
-#define FAT_ODIR_SIGNATURE           EFI_SIGNATURE_32 ('f', 'a', 't', 'd')\r
-#define FAT_DIRENT_SIGNATURE         EFI_SIGNATURE_32 ('f', 'a', 't', 'e')\r
-#define FAT_OFILE_SIGNATURE          EFI_SIGNATURE_32 ('f', 'a', 't', 'o')\r
+#define FAT_VOLUME_SIGNATURE         SIGNATURE_32 ('f', 'a', 't', 'v')\r
+#define FAT_IFILE_SIGNATURE          SIGNATURE_32 ('f', 'a', 't', 'i')\r
+#define FAT_ODIR_SIGNATURE           SIGNATURE_32 ('f', 'a', 't', 'd')\r
+#define FAT_DIRENT_SIGNATURE         SIGNATURE_32 ('f', 'a', 't', 'e')\r
+#define FAT_OFILE_SIGNATURE          SIGNATURE_32 ('f', 'a', 't', 'o')\r
 \r
 #define ASSERT_VOLUME_LOCKED(a)      ASSERT_LOCKED (&FatFsLock)\r
 \r
@@ -244,7 +243,7 @@ typedef struct _FAT_OFILE {
   //\r
   // Dirty is set if there have been any updates to the\r
   // file\r
-  // Archive is set if the archive attribute in the files\r
+  // Archive is set if the archive attribute in the file's\r
   // directory entry needs to be set when performing flush\r
   // PreserveLastMod is set if the last modification of the\r
   // file is specified by SetInfo API\r