]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Include / Guid / FileSystemVolumeLabelInfo.h
index b9c2d4d4a52de7e52ac01e308e1041f63e7280a2..7bd090eeaff99a4375dbbb9b870a1090f71f0ce7 100644 (file)
@@ -1,10 +1,10 @@
 /** @file\r
   Provides a GUID and a data structure that can be used with EFI_FILE_PROTOCOL.GetInfo()\r
   or EFI_FILE_PROTOCOL.SetInfo() to get or set the system's volume label.\r
-  This guid is defined in UEFI specification.\r
+  This GUID is defined in UEFI specification.\r
 \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
   http://opensource.org/licenses/bsd-license.php                                            \r
 #ifndef __FILE_SYSTEM_VOLUME_LABEL_INFO_H__\r
 #define __FILE_SYSTEM_VOLUME_LABEL_INFO_H__\r
 \r
-#define EFI_FILE_SYSTEM_VOLUME_LABEL_INFO_ID_GUID \\r
+#define EFI_FILE_SYSTEM_VOLUME_LABEL_ID \\r
   { \\r
     0xDB47D7D3, 0xFE81, 0x11d3, {0x9A, 0x35, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D } \\r
   }\r
 \r
-#define EFI_FILE_SYSTEM_VOLUME_LABEL_ID \\r
-        EFI_FILE_SYSTEM_VOLUME_LABEL_INFO_ID_GUID\r
-\r
 typedef struct {\r
   ///\r
   /// The Null-terminated string that is the volume's label.\r
   ///\r
   CHAR16  VolumeLabel[1];\r
-} EFI_FILE_SYSTEM_VOLUME_LABEL_INFO;\r
-\r
-typedef EFI_FILE_SYSTEM_VOLUME_LABEL_INFO EFI_FILE_SYSTEM_VOLUME_LABEL;\r
+} EFI_FILE_SYSTEM_VOLUME_LABEL;\r
 \r
-#define SIZE_OF_EFI_FILE_SYSTEM_VOLUME_LABEL_INFO \\r
-        EFI_FIELD_OFFSET (EFI_FILE_SYSTEM_VOLUME_LABEL_INFO, VolumeLabel)\r
+#define SIZE_OF_EFI_FILE_SYSTEM_VOLUME_LABEL \\r
+        OFFSET_OF (EFI_FILE_SYSTEM_VOLUME_LABEL, VolumeLabel)\r
 \r
 extern EFI_GUID gEfiFileSystemVolumeLabelInfoIdGuid;\r
 \r