Fix to pass the Richford tip ICC build, this check-in is need for the previous check-in version r6765 (Fix the parameter typo, it should confirm to UEFI spec.)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6775 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
zliu3 2008-11-29 04:01:15 +00:00
parent 85511ddf72
commit b058028b67
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ VOID
IN EFI_RESET_TYPE ResetType,
IN EFI_STATUS ResetStatus,
IN UINTN DataSize,
IN CHAR16 *ResetData OPTIONAL
IN VOID *ResetData OPTIONAL
);
/**