Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 4e5ca23

Browse files
mengxianglinxbuildslave
authored andcommitted
modify defination of function bs_create_event_ex
declaration of function EFI_CREATE_EVENT_EX is changed in eifapi.h, modify defination of function bs_create_event_ex in bs.c accordingly Change-Id: Ib31a9b9a8f751205a6442531d1e8bbd1c1a3a544 Tracked-On: https://jira01.devtools.intel.com/browse/OAM-68270 Signed-off-by: Meng Xianglin <[email protected]> Reviewed-on: https://android.intel.com:443/645104
1 parent d1a51a9 commit 4e5ca23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libefiwrapper/bs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ bs_create_event_ex(__attribute__((__unused__)) UINT32 Type,
325325
__attribute__((__unused__)) EFI_TPL NotifyTpl,
326326
__attribute__((__unused__)) EFI_EVENT_NOTIFY NotifyFunction,
327327
__attribute__((__unused__)) const VOID *NotifyContext,
328-
__attribute__((__unused__)) const EFI_GUID EventGroup,
328+
__attribute__((__unused__)) const EFI_GUID *EventGroup,
329329
__attribute__((__unused__)) EFI_EVENT *Event)
330330
{
331331
return EFI_UNSUPPORTED;

0 commit comments

Comments
 (0)