]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DuetPkg FSVariable: Add missing change in e286e118bafa
authorStar Zeng <star.zeng@intel.com>
Wed, 21 Jun 2017 13:27:01 +0000 (21:27 +0800)
committerStar Zeng <star.zeng@intel.com>
Thu, 22 Jun 2017 09:56:13 +0000 (17:56 +0800)
e286e118bafa updated *.c file, but forgot to update *.h file.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
DuetPkg/FSVariable/FSVariable.h

index cc39323e97d84ce5315a644a55b05b75f1b039df..cb37c29cc2a5819c5cd16010f7f8ad44bb5c2d37 100644 (file)
@@ -6,7 +6,7 @@ disk. They can be changed by user. BIOS is not able to protoect those.
 Duet trusts all meta data from disk. If variable code, variable metadata and variable\r
 data is modified in inproper way, the behavior is undefined.\r
 \r
 Duet trusts all meta data from disk. If variable code, variable metadata and variable\r
 data is modified in inproper way, the behavior is undefined.\r
 \r
-Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2017, 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
 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
@@ -129,7 +129,7 @@ DuetGetVariable (
   IN      EFI_GUID          *VendorGuid,\r
   OUT     UINT32            *Attributes OPTIONAL,\r
   IN OUT  UINTN             *DataSize,\r
   IN      EFI_GUID          *VendorGuid,\r
   OUT     UINT32            *Attributes OPTIONAL,\r
   IN OUT  UINTN             *DataSize,\r
-  OUT     VOID              *Data\r
+  OUT     VOID              *Data OPTIONAL\r
   );\r
 \r
 EFI_STATUS\r
   );\r
 \r
 EFI_STATUS\r