summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorMasahisa Kojima <[email protected]>2023-11-10 13:25:38 +0900
committerIlias Apalodimas <[email protected]>2023-11-18 10:08:09 +0200
commite23c8e81ebc97bbe9d4037b1324994446c2bc6c4 (patch)
tree074cb5776a2c7a1d841148f8ce4fc21678d8b2a2 /cmd
parent550862bc1279278a029c8c17871a0c6241c522d8 (diff)
efi_loader: add missing const classifier for event service
const classifier is missing in EventGroup parameter of CreateEventEx(). Fix it to remove the compiler warning. NotifyContext parameter of CreateEventEx() is also defined with const in UEFI specification, but NotifyContext parameter of CreateEvent() is defined without const. Since current implementation calls the common efi_create_event() function from both CreateEventEx() and CreateEvent() services, NotifyContext parameter leaves as is. Signed-off-by: Masahisa Kojima <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]> Signed-off-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'cmd')
0 files changed, 0 insertions, 0 deletions