]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibInternal.h
IntelFrameworkPkg/FrameworkUefiLib: move InternalEmptyFunction to UefiLib.c
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkUefiLib / UefiLibInternal.h
index e4bc433be47f00283ee0a1a37f628a555fd829ae..16c663626db2f3bc447f46e049b1ebcc855f5a21 100644 (file)
 #include <Library/PrintLib.h>\r
 #include <Library/DevicePathLib.h>\r
 \r
+/**\r
+  An empty function to pass error checking of CreateEventEx ().\r
+\r
+  This empty function ensures that EVT_NOTIFY_SIGNAL_ALL is error\r
+  checked correctly since it is now mapped into CreateEventEx() in UEFI 2.0.\r
+\r
+  @param  Event                 Event whose notification function is being invoked.\r
+  @param  Context               Pointer to the notification function's context,\r
+                                which is implementation-dependent.\r
+\r
+**/\r
+VOID\r
+EFIAPI\r
+InternalEmptyFunction (\r
+  IN EFI_EVENT                Event,\r
+  IN VOID                     *Context\r
+  );\r
+\r
 #endif\r