diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-24 15:35:55 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-24 15:35:55 +0000 |
commit | 31f228cfc08f62203c69d75f7e0e2d1215e34df2 (patch) | |
tree | 197c1838acfbdb20e584b954c6d864a599797612 /MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h | |
parent | 31dd4e2711c9a7b2217ea060085375135adf460a (diff) | |
download | edk2-platforms-31f228cfc08f62203c69d75f7e0e2d1215e34df2.tar.xz |
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
Diffstat (limited to 'MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h')
-rw-r--r-- | MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h b/MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h index efd87e91e7..90dbe3f22c 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
|