diff --git a/MdeModulePkg/Include/Library/PlatDriOverLib.h b/MdeModulePkg/Include/Library/PlatDriOverLib.h index 91aab5a3cd..34d0f5b6c3 100644 --- a/MdeModulePkg/Include/Library/PlatDriOverLib.h +++ b/MdeModulePkg/Include/Library/PlatDriOverLib.h @@ -157,10 +157,10 @@ EFI_STATUS EFIAPI CheckMapping ( IN EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath, - IN EFI_DEVICE_PATH_PROTOCOL *DriverImageDevicePath, - IN LIST_ENTRY * MappingDataBase, - OUT UINT32 *DriverInfoNum, - OUT UINT32 *DriverImageNO + IN EFI_DEVICE_PATH_PROTOCOL *DriverImageDevicePath OPTIONAL, + IN LIST_ENTRY *MappingDataBase, + OUT UINT32 *DriverInfoNum OPTIONAL, + OUT UINT32 *DriverImageNO OPTIONAL ); /**