summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/UefiRuntimeLib.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-27 13:22:23 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-27 13:22:23 +0000
commit008dfe313e0a2ab27a7568332e45e817bcbede0a (patch)
tree6a46d32a42e0e275d92b8ec5076c747c6deb87c0 /MdePkg/Include/Library/UefiRuntimeLib.h
parent8db9d51d787bc6ead2522c78a111e763a9162a7e (diff)
Fix the parameter typo, it should confirm to UEFI spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6765 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/UefiRuntimeLib.h')
-rw-r--r--MdePkg/Include/Library/UefiRuntimeLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/UefiRuntimeLib.h b/MdePkg/Include/Library/UefiRuntimeLib.h
index 54be1017d..3d5f72101 100644
--- a/MdePkg/Include/Library/UefiRuntimeLib.h
+++ b/MdePkg/Include/Library/UefiRuntimeLib.h
@@ -344,7 +344,7 @@ EfiResetSystem (
IN EFI_RESET_TYPE ResetType,
IN EFI_STATUS ResetStatus,
IN UINTN DataSize,
- IN CHAR16 *ResetData
+ IN VOID *ResetData OPTIONAL
);
/**