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:
Qihang Gao 2026-05-09 11:08:10 +08:00 committed by mergify[bot]
parent b03a21a63e
commit 080e51730e
2 changed files with 2 additions and 0 deletions

View file

@ -220,6 +220,7 @@ EXIT:
and uninstall the protocols
**/
VOID
EFIAPI
LcdGraphicsExitBootServicesEvent (
IN EFI_EVENT Event,
IN VOID *Context

View file

@ -44,6 +44,7 @@ typedef struct {
//
VOID
EFIAPI
LcdGraphicsExitBootServicesEvent (
IN EFI_EVENT Event,
IN VOID *Context