mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-22 05:04:24 +02:00
RedfishPkg/RedfishConfigHandler: Correct the prototype of callback function
Signed-off-by: Abner Chang <abner.chang@amd.com> Cc: Nickle Wang <nicklew@nvidia.com> Cc: Igor Kulchytskyy <igork@ami.com> Cc: Mike Maslenkin <mike.maslenkin@gmail.com> Reviewed-by: Nickle Wang <nicklew@nvidia.com> Acked-by: Mike Maslenkin <mike.maslenkin@gmail.com>
This commit is contained in:
parent
8325fd6466
commit
dbaf9d3046
@ -425,14 +425,14 @@ AcquireRedfishServiceOnNetworkInterfaceCallback (
|
|||||||
protocol interface is installed.
|
protocol interface is installed.
|
||||||
|
|
||||||
@param[in] Event Event whose notification function is being invoked.
|
@param[in] Event Event whose notification function is being invoked.
|
||||||
@param[out] Context Pointer to the Context buffer
|
@param[in] Context Pointer to the Context buffer
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
RedfishDiscoverProtocolInstalled (
|
RedfishDiscoverProtocolInstalled (
|
||||||
IN EFI_EVENT Event,
|
IN EFI_EVENT Event,
|
||||||
OUT VOID *Context
|
IN VOID *Context
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user