]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.c
remove EFI_EVENT_ alias, replace them with EVT_
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbKbDxe / KeyBoard.c
index 489ec5c61b50a8275c8360ff6f77ca504209a338..0c5705ba979ded1c8887785b787534928b799a3d 100644 (file)
@@ -696,7 +696,7 @@ InitKeyboardLayout (
   // Register SET_KEYBOARD_LAYOUT_EVENT notification\r
   //\r
   Status = gBS->CreateEventEx (\r
-                  EFI_EVENT_NOTIFY_SIGNAL,\r
+                  EVT_NOTIFY_SIGNAL,\r
                   TPL_NOTIFY,\r
                   SetKeyboardLayoutEvent,\r
                   UsbKeyboardDevice,\r