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
This commit is contained in:
qhuang8
2009-08-24 15:35:55 +00:00
parent 31dd4e2711
commit 31f228cfc0
6 changed files with 1145 additions and 1145 deletions

View File

@@ -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