]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Bds/BdsInternal.h
ArmPlatformPkg/Bds: Signal when the variable 'Fdt' has been updated
[mirror_edk2.git] / ArmPlatformPkg / Bds / BdsInternal.h
index f14e28591a095794b43835dbe9d55eca933bc796..95cc0b65c91c1c4c5b657829dd3640212a38fea2 100644 (file)
@@ -289,4 +289,19 @@ IsPrintableString (
   OUT BOOLEAN *IsUnicode\r
   );\r
 \r
+/**\r
+  An empty function to pass error checking of CreateEventEx ().\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
+EmptyCallbackFunction (\r
+  IN EFI_EVENT                Event,\r
+  IN VOID                     *Context\r
+  );\r
+\r
 #endif /* _BDSINTERNAL_H_ */\r