diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-20 13:46:48 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-20 13:46:48 +0000 |
commit | fd21d1aa2ea4971d822f9d24cf49db3cf07bcbf9 (patch) | |
tree | c3d05e80a2d395cace7290bf2d67e92ba1fb2f27 /MdePkg/Include/Guid/FileSystemInfo.h | |
parent | 6746ddf90c354e41913af777f0199fe66847fa39 (diff) | |
download | edk2-platforms-fd21d1aa2ea4971d822f9d24cf49db3cf07bcbf9.tar.xz |
Clean up the MdePkg.dec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3393 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Guid/FileSystemInfo.h')
-rw-r--r-- | MdePkg/Include/Guid/FileSystemInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Guid/FileSystemInfo.h b/MdePkg/Include/Guid/FileSystemInfo.h index 85b89fd91f..6088d3ab4f 100644 --- a/MdePkg/Include/Guid/FileSystemInfo.h +++ b/MdePkg/Include/Guid/FileSystemInfo.h @@ -15,7 +15,7 @@ #ifndef __FILE_SYSTEM_INFO_H__
#define __FILE_SYSTEM_INFO_H__
-#define EFI_FILE_SYSTEM_INFO_ID_GUID \
+#define EFI_FILE_SYSTEM_INFO_ID \
{ \
0x9576e93, 0x6d3f, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \
}
|