Refix the previous issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2143 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -84,7 +84,7 @@ EfiCreateProtocolNotifyEvent(
|
|||||||
IN EFI_TPL NotifyTpl,
|
IN EFI_TPL NotifyTpl,
|
||||||
IN EFI_EVENT_NOTIFY NotifyFunction,
|
IN EFI_EVENT_NOTIFY NotifyFunction,
|
||||||
IN VOID *NotifyContext, OPTIONAL
|
IN VOID *NotifyContext, OPTIONAL
|
||||||
OUT VOID *Registration
|
OUT VOID **Registration
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -109,7 +109,7 @@ EfiNamedEventListen (
|
|||||||
IN EFI_TPL NotifyTpl,
|
IN EFI_TPL NotifyTpl,
|
||||||
IN EFI_EVENT_NOTIFY NotifyFunction,
|
IN EFI_EVENT_NOTIFY NotifyFunction,
|
||||||
IN CONST VOID *NotifyContext, OPTIONAL
|
IN CONST VOID *NotifyContext, OPTIONAL
|
||||||
OUT VOID **Registration
|
OUT VOID *Registration OPTIONAL
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -155,7 +155,7 @@ EfiNamedEventListen (
|
|||||||
IN EFI_TPL NotifyTpl,
|
IN EFI_TPL NotifyTpl,
|
||||||
IN EFI_EVENT_NOTIFY NotifyFunction,
|
IN EFI_EVENT_NOTIFY NotifyFunction,
|
||||||
IN CONST VOID *NotifyContext, OPTIONAL
|
IN CONST VOID *NotifyContext, OPTIONAL
|
||||||
OUT VOID *Registration OPTIONAL
|
OUT VOID *Registration OPTIONAL
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
|
Reference in New Issue
Block a user