mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
ArmPlatformPkg: Add missing EFIAPI for event callback functions
According to UEFI spec calling conventions, UEFI event handlers should use EFIAPI. Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>
This commit is contained in:
parent
b03a21a63e
commit
080e51730e
2 changed files with 2 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ EXIT:
|
|||
and uninstall the protocols
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
LcdGraphicsExitBootServicesEvent (
|
||||
IN EFI_EVENT Event,
|
||||
IN VOID *Context
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ typedef struct {
|
|||
//
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
LcdGraphicsExitBootServicesEvent (
|
||||
IN EFI_EVENT Event,
|
||||
IN VOID *Context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue