]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiDriverEntryPoint.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Library / UefiDriverEntryPoint.h
index a83b260567b27a607c981fa87e3af7b330861ee6..1dbcb46542cd309c2446e8c69a7371d7f036b6e9 100644 (file)
@@ -11,20 +11,19 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 #define __MODULE_ENTRY_POINT_H__\r
 \r
 ///\r
-///Declare the PI Specification Revision that this driver requires to execute correctly.\r
+/// Declare the PI Specification Revision that this driver requires to execute correctly.\r
 ///\r
-extern CONST UINT32                   _gDxeRevision;\r
+extern CONST UINT32  _gDxeRevision;\r
 \r
 ///\r
 /// Declare the EFI/UEFI Specification Revision to which this driver is implemented\r
 ///\r
-extern CONST UINT32                   _gUefiDriverRevision;\r
+extern CONST UINT32  _gUefiDriverRevision;\r
 \r
 ///\r
 /// Declare the number of unload handler in the image.\r
 ///\r
-extern CONST UINT8                    _gDriverUnloadImageCount;\r
-\r
+extern CONST UINT8  _gDriverUnloadImageCount;\r
 \r
 /**\r
   The entry point of PE/COFF Image for a DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Driver.\r
@@ -56,7 +55,6 @@ _ModuleEntryPoint (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   );\r
 \r
-\r
 /**\r
   Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().\r
 \r
@@ -77,7 +75,6 @@ EfiMain (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   );\r
 \r
-\r
 /**\r
   Invokes the library destructors for all dependent libraries and terminates the\r
   DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Driver.\r
@@ -94,7 +91,6 @@ ExitDriver (
   IN EFI_STATUS  Status\r
   );\r
 \r
-\r
 /**\r
   Autogenerated function that calls the library constructors for all of the module's\r
   dependent libraries.\r
@@ -119,7 +115,6 @@ ProcessLibraryConstructorList (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   );\r
 \r
-\r
 /**\r
   Autogenerated function that calls the library descructors for all of the module's\r
   dependent libraries.\r
@@ -143,7 +138,6 @@ ProcessLibraryDestructorList (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   );\r
 \r
-\r
 /**\r
   Autogenerated function that calls a set of module entry points.\r
 \r
@@ -165,7 +159,6 @@ ProcessModuleEntryPointList (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   );\r
 \r
-\r
 /**\r
   Autogenerated function that calls a set of module unload handlers.\r
 \r