X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OldMdePkg%2FLibrary%2FUefiLib%2FUefiNotTiano.c;h=d588ecea8eb2ba4d7a31bab5f2c6e475edf6cd1d;hp=081e25439e8cffc9f929509e9a8020bb260e672c;hb=93b0fbc8a1731a3c4ae789bebac4b1d8966719c3;hpb=a197b1ad17703a117e5b67c50c311325a2b3bdcb diff --git a/OldMdePkg/Library/UefiLib/UefiNotTiano.c b/OldMdePkg/Library/UefiLib/UefiNotTiano.c index 081e25439e..d588ecea8e 100644 --- a/OldMdePkg/Library/UefiLib/UefiNotTiano.c +++ b/OldMdePkg/Library/UefiLib/UefiNotTiano.c @@ -59,7 +59,7 @@ EfiCreateEventLegacyBoot ( ) { return EfiCreateEventLegacyBootEx ( - EFI_TPL_CALLBACK, + TPL_CALLBACK, InternalEmptyFuntion, NULL, LegacyBootEvent @@ -114,7 +114,7 @@ EfiCreateEventLegacyBootEx ( // For UEFI 2.0 and the future use an Event Group // Status = gBS->CreateEventEx ( - EVENT_NOTIFY_SIGNAL, + EVT_NOTIFY_SIGNAL, NotifyTpl, NotifyFunction, NotifyContext, @@ -149,7 +149,7 @@ EfiCreateEventReadyToBoot ( ) { return EfiCreateEventReadyToBootEx ( - EFI_TPL_CALLBACK, + TPL_CALLBACK, InternalEmptyFuntion, NULL, ReadyToBootEvent @@ -204,7 +204,7 @@ EfiCreateEventReadyToBootEx ( // For UEFI 2.0 and the future use an Event Group // Status = gBS->CreateEventEx ( - EVENT_NOTIFY_SIGNAL, + EVT_NOTIFY_SIGNAL, NotifyTpl, NotifyFunction, NotifyContext,