diff options
-rw-r--r-- | MdePkg/Include/Library/UefiRuntimeLib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/UefiRuntimeLib.h b/MdePkg/Include/Library/UefiRuntimeLib.h index f4b63f4b90..396dc781d0 100644 --- a/MdePkg/Include/Library/UefiRuntimeLib.h +++ b/MdePkg/Include/Library/UefiRuntimeLib.h @@ -139,7 +139,7 @@ EFIAPI EfiGetVariable (
IN CHAR16 *VariableName,
IN EFI_GUID *VendorGuid,
- OUT UINT32 *Attributes,
+ OUT UINT32 *Attributes OPTIONAL,
IN OUT UINTN *DataSize,
OUT VOID *Data
);
@@ -220,6 +220,7 @@ EfiGetNextHighMonotonicCount ( **/
VOID
+EFIAPI
EfiResetSystem (
IN EFI_RESET_TYPE ResetType,
IN EFI_STATUS ResetStatus,
|