]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / PlatformDriOverrideDxe / InternalPlatDriOverrideDxe.h
index efd87e91e74bbac9d4e17a199f0781e9948b6a88..60113fee12ef9a88c5ae88676b19d176f7fff37e 100644 (file)
@@ -2,8 +2,8 @@
   Ihe internal heder file includes the required Protocol/Guid/Library\r
   and the shared function APIs.\r
 \r
-Copyright (c) 2007 - 2009, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -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