]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/PlatDriOverLib.h
Correct typo in comments, clean IfrSupportLib.h
[mirror_edk2.git] / MdeModulePkg / Include / Library / PlatDriOverLib.h
index 8ca8b9283934bb182696d62c206ef4f741fa62da..ee42f8ba79eb3ec665a6989118b7c73ce027f48f 100644 (file)
@@ -31,7 +31,8 @@ EFI_STATUS
 EFIAPI\r
 FreeMappingDatabase (\r
   IN  OUT  LIST_ENTRY            *MappingDataBase\r
-  );\r
+  )\r
+;
 \r
 /**\r
   Read the NV environment variable(s) that contain the override mappings from Controller Device Path to\r
@@ -49,7 +50,8 @@ EFI_STATUS
 EFIAPI\r
 InitOverridesMapping (\r
   OUT  LIST_ENTRY            *MappingDataBase\r
-  );\r
+  )\r
+;
 \r
 /**\r
   Save the memory mapping database into NV environment variable(s).\r
@@ -65,7 +67,8 @@ EFI_STATUS
 EFIAPI\r
 SaveOverridesMapping (\r
   IN  LIST_ENTRY              *MappingDataBase\r
-  );\r
+  )\r
+;
 \r
 /**\r
   Retrieves the image handle of the platform override driver for a controller in the system from the memory mapping database.\r
@@ -98,7 +101,8 @@ GetDriverFromMapping (
   IN OUT EFI_HANDLE                                     *DriverImageHandle,\r
   IN     LIST_ENTRY                                     *MappingDataBase,\r
   IN     EFI_HANDLE                                     CallerImageHandle\r
-  );\r
+  )\r
+;
 \r
 /**\r
   Check mapping database whether already has the mapping info which\r
@@ -125,7 +129,8 @@ CheckMapping (
   IN     LIST_ENTRY                                     *MappingDataBase,\r
   OUT    UINT32                                         *DriverInfoNum  OPTIONAL,\r
   OUT    UINT32                                         *DriverImageNO  OPTIONAL\r
-  );\r
+  )\r
+;
 \r
 /**\r
   Insert a driver image as a controller's override driver into the mapping database.\r
@@ -153,7 +158,8 @@ InsertDriverImage (
   IN     EFI_DEVICE_PATH_PROTOCOL                       *DriverImageDevicePath,\r
   IN     LIST_ENTRY                                     *MappingDataBase,\r
   IN     UINT32                                         DriverImageNO\r
-  );\r
+  )\r
+;
 \r
 /**\r
   Delete a controller's override driver from the mapping database.\r
@@ -176,6 +182,7 @@ DeleteDriverImage (
   IN     EFI_DEVICE_PATH_PROTOCOL                       *ControllerDevicePath,\r
   IN     EFI_DEVICE_PATH_PROTOCOL                       *DriverImageDevicePath,\r
   IN     LIST_ENTRY                                     *MappingDataBase\r
-  );\r
+  )\r
+;
 \r
 #endif\r