]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiRuntimeLib.h
Fix 2 flaws in MdePkg/Include/Library/UefiRuntimeLib.h:
[mirror_edk2.git] / MdePkg / Include / Library / UefiRuntimeLib.h
index f4b63f4b9077dfc546befb6240790ea7696b6003..396dc781d077504b814f7db2d0a949eedcf4cd6c 100644 (file)
@@ -139,7 +139,7 @@ EFIAPI
 EfiGetVariable (\r
   IN      CHAR16                   *VariableName,\r
   IN      EFI_GUID                 *VendorGuid,\r
-  OUT     UINT32                   *Attributes,\r
+  OUT     UINT32                   *Attributes OPTIONAL,\r
   IN OUT  UINTN                    *DataSize,\r
   OUT     VOID                     *Data\r
   );\r
@@ -220,6 +220,7 @@ EfiGetNextHighMonotonicCount (
 \r
 **/\r
 VOID\r
+EFIAPI\r
 EfiResetSystem (\r
   IN EFI_RESET_TYPE               ResetType,\r
   IN EFI_STATUS                   ResetStatus,\r