From 31f228cfc08f62203c69d75f7e0e2d1215e34df2 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Mon, 24 Aug 2009 15:35:55 +0000 Subject: Make end of line consistent caused by previous check in. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9183 6f19259b-4bc3-4df7-8a09-765794883524 --- .../PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'MdeModulePkg/Universal/PlatformDriOverrideDxe') diff --git a/MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h b/MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h index efd87e9..90dbe3f 100644 --- a/MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h +++ b/MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h @@ -62,7 +62,7 @@ EFIAPI FreeMappingDatabase ( IN OUT LIST_ENTRY *MappingDataBase ) -; +; /** Read the NV environment variable(s) that contain the override mappings from Controller Device Path to @@ -81,7 +81,7 @@ EFIAPI InitOverridesMapping ( OUT LIST_ENTRY *MappingDataBase ) -; +; /** Save the memory mapping database into NV environment variable(s). @@ -98,7 +98,7 @@ EFIAPI SaveOverridesMapping ( IN LIST_ENTRY *MappingDataBase ) -; +; /** Retrieves the image handle of the platform override driver for a controller in the system from the memory mapping database. @@ -132,7 +132,7 @@ GetDriverFromMapping ( IN LIST_ENTRY *MappingDataBase, IN EFI_HANDLE CallerImageHandle ) -; +; /** Check mapping database whether already has the mapping info which @@ -160,7 +160,7 @@ CheckMapping ( OUT UINT32 *DriverInfoNum OPTIONAL, OUT UINT32 *DriverImageNO OPTIONAL ) -; +; /** Insert a driver image as a controller's override driver into the mapping database. @@ -189,7 +189,7 @@ InsertDriverImage ( IN LIST_ENTRY *MappingDataBase, IN UINT32 DriverImageNO ) -; +; /** Delete a controller's override driver from the mapping database. @@ -213,6 +213,6 @@ DeleteDriverImage ( IN EFI_DEVICE_PATH_PROTOCOL *DriverImageDevicePath, IN LIST_ENTRY *MappingDataBase ) -; +; #endif -- cgit v1.1