mirror of https://github.com/acidanthera/audk.git
it was root caused to be Spec issue instead of code issue. It should be Action instead of * Action.
So roll back formal change in IScsiFormCallback () git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7023 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ed15fbe226
commit
f3e1569dbb
|
@ -466,7 +466,7 @@ EFI_STATUS
|
|||
EFIAPI
|
||||
IScsiFormCallback (
|
||||
IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This,
|
||||
IN EFI_BROWSER_ACTION *Action,
|
||||
IN EFI_BROWSER_ACTION Action,
|
||||
IN EFI_QUESTION_ID QuestionId,
|
||||
IN UINT8 Type,
|
||||
IN EFI_IFR_TYPE_VALUE *Value,
|
||||
|
|
Loading…
Reference in New Issue