]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/FSVariable/VariableStorage.h
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / FSVariable / VariableStorage.h
index 2c4a3f9808c984c90a7071db73a4f82361da84f2..5121009695e6af05bb1510f9488005b31257b2a2 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006 - 2007, 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
@@ -100,7 +100,8 @@ typedef struct _VS_DEV {
 \r
 } VS_DEV;\r
 \r
-#define DEV_FROM_THIS(a)        CR (a, VS_DEV, VarStore, VARIABLE_STORE_SIGNATURE)\r
+#define VS_DEV_SIGNATURE        SIGNATURE_32 ('$', 'V', 'S', 'D')\r
+#define DEV_FROM_THIS(a)        CR (a, VS_DEV, VarStore, VS_DEV_SIGNATURE)\r
 \r
 #define VAR_DATA_PTR(a)         ((a)->Info.Data)\r
 #define VAR_FILE_DEVICEPATH(a)  ((a)->Info.FileInfo.DevicePath)\r