]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/DelayedDispatch.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Ppi / DelayedDispatch.h
index 195c5a36a42170af4bfe0b4e14ebef95098e6afb..f9b4fed30fb00c7f5d6fd4568e15fce89dfba1ab 100644 (file)
@@ -18,7 +18,6 @@
     0x869c711d, 0x649c, 0x44fe, { 0x8b, 0x9e, 0x2c, 0xbb, 0x29, 0x11, 0xc3, 0xe6} } \\r
   }\r
 \r
-\r
 /**\r
   Delayed Dispatch function.  This routine is called sometime after the required\r
   delay.  Upon return, if NewDelay is 0, the function is unregistered.  If NewDelay\r
 \r
 typedef\r
 VOID\r
-(EFIAPI *EFI_DELAYED_DISPATCH_FUNCTION) (\r
+(EFIAPI *EFI_DELAYED_DISPATCH_FUNCTION)(\r
   IN OUT UINT64 *Context,\r
-     OUT UINT32 *NewDelay\r
+  OUT UINT32 *NewDelay\r
   );\r
 \r
-\r
 ///\r
 /// The forward declaration for EFI_DELAYED_DISPATCH_PPI\r
 ///\r
 \r
-typedef  struct _EFI_DELAYED_DISPATCH_PPI  EFI_DELAYED_DISPATCH_PPI;\r
-\r
+typedef  struct _EFI_DELAYED_DISPATCH_PPI EFI_DELAYED_DISPATCH_PPI;\r
 \r
 /**\r
 Register a callback to be called after a minimum delay has occurred.\r
@@ -68,7 +65,6 @@ EFI_STATUS
   OUT UINT32                     Delay\r
   );\r
 \r
-\r
 ///\r
 /// This PPI is a pointer to the Delayed Dispatch Service.\r
 /// This service will be published by the Pei Foundation. The PEI Foundation\r
@@ -76,10 +72,9 @@ EFI_STATUS
 /// execution.\r
 ///\r
 struct _EFI_DELAYED_DISPATCH_PPI {\r
-  EFI_DELAYED_DISPATCH_REGISTER      Register;\r
+  EFI_DELAYED_DISPATCH_REGISTER    Register;\r
 };\r
 \r
-\r
-extern EFI_GUID gEfiPeiDelayedDispatchPpiGuid;\r
+extern EFI_GUID  gEfiPeiDelayedDispatchPpiGuid;\r
 \r
 #endif\r