diff options
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
|