]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DriverSampleDxe/DriverSample.c
MdeModulePkg: stop abusing EFI_HANDLE for keystroke notify registration
[mirror_edk2.git] / MdeModulePkg / Universal / DriverSampleDxe / DriverSample.c
index 7cfd5c17886164120fa3beecdf474643b8fc6360..f98797225b639b3eeea26ae167cb5e5afae9a866 100644 (file)
@@ -143,7 +143,7 @@ InternalStartMonitor(
   EFI_HANDLE                        *Handles;\r
   UINTN                             HandleCount;\r
   UINTN                             HandleIndex;\r
-  EFI_HANDLE                        NotifyHandle;\r
+  VOID                              *NotifyHandle;\r
 \r
   Status = gBS->LocateHandleBuffer (\r
               ByProtocol,\r
@@ -202,7 +202,7 @@ InternalStopMonitor(
   EFI_KEY_DATA                      KeyData;\r
   UINTN                             HandleCount;\r
   UINTN                             HandleIndex;\r
-  EFI_HANDLE                        NotifyHandle;\r
+  VOID                              *NotifyHandle;\r
 \r
   Status = gBS->LocateHandleBuffer (\r
                 ByProtocol,\r