]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h
Make end of line consistent caused by previous check in.
[mirror_edk2.git] / MdeModulePkg / Universal / PlatformDriOverrideDxe / InternalPlatDriOverrideDxe.h
index efd87e91e74bbac9d4e17a199f0781e9948b6a88..90dbe3f22cf48fdd438e1212398771ff82f8aa8b 100644 (file)
@@ -62,7 +62,7 @@ EFIAPI
 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
@@ -81,7 +81,7 @@ EFIAPI
 InitOverridesMapping (\r
   OUT  LIST_ENTRY            *MappingDataBase\r
   )\r
-;
+;\r
 \r
 /**\r
   Save the memory mapping database into NV environment variable(s).\r
@@ -98,7 +98,7 @@ EFIAPI
 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
@@ -132,7 +132,7 @@ GetDriverFromMapping (
   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
@@ -160,7 +160,7 @@ CheckMapping (
   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
@@ -189,7 +189,7 @@ InsertDriverImage (
   IN     LIST_ENTRY                                     *MappingDataBase,\r
   IN     UINT32                                         DriverImageNO\r
   )\r
-;
+;\r
 \r
 /**\r
   Delete a controller's override driver from the mapping database.\r
@@ -213,6 +213,6 @@ DeleteDriverImage (
   IN     EFI_DEVICE_PATH_PROTOCOL                       *DriverImageDevicePath,\r
   IN     LIST_ENTRY                                     *MappingDataBase\r
   )\r
-;
+;\r
 \r
 #endif\r