summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiRuntimeLib/RuntimeService.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/UefiRuntimeLib/RuntimeService.c')
-rw-r--r--MdePkg/Library/UefiRuntimeLib/RuntimeService.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiRuntimeLib/RuntimeService.c b/MdePkg/Library/UefiRuntimeLib/RuntimeService.c
index 1d2c5d413c..4626606292 100644
--- a/MdePkg/Library/UefiRuntimeLib/RuntimeService.c
+++ b/MdePkg/Library/UefiRuntimeLib/RuntimeService.c
@@ -55,7 +55,7 @@ EfiResetSystem (
IN EFI_RESET_TYPE ResetType,
IN EFI_STATUS ResetStatus,
IN UINTN DataSize,
- IN CHAR16 *ResetData
+ IN VOID *ResetData OPTIONAL
)
{
mRT->ResetSystem (ResetType, ResetStatus, DataSize, ResetData);