mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 00:54:06 +02:00
MdePkg/UefiDebugLibDebugPortProtocol: ExitBootServicesCallback() static
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3083 Since this is a library, make the function ExitBootServicesCallback() STATIC to prevent the likelihood that it collides with other symbols. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
parent
690f13fcb4
commit
55b043732d
@ -34,9 +34,10 @@ EFI_BOOT_SERVICES *mDebugBS;
|
||||
@param Context Pointer to the notification function's context.
|
||||
|
||||
**/
|
||||
static
|
||||
VOID
|
||||
EFIAPI
|
||||
ExitBootServicesCallback (
|
||||
UefiDebugLibDebugPortProtocolExitBootServicesCallback (
|
||||
EFI_EVENT Event,
|
||||
VOID *Context
|
||||
)
|
||||
@ -67,7 +68,7 @@ DxeDebugLibConstructor (
|
||||
mDebugBS->CreateEvent (
|
||||
EVT_SIGNAL_EXIT_BOOT_SERVICES,
|
||||
TPL_NOTIFY,
|
||||
ExitBootServicesCallback,
|
||||
UefiDebugLibDebugPortProtocolExitBootServicesCallback,
|
||||
NULL,
|
||||
&mExitBootServicesEvent
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user