mirror of https://github.com/acidanthera/audk.git
Refine the prototype of CheckMapping() in PlatDriOverLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6553 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
111e48f32a
commit
0bcd913074
|
@ -157,10 +157,10 @@ EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
CheckMapping (
|
CheckMapping (
|
||||||
IN EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath,
|
IN EFI_DEVICE_PATH_PROTOCOL *ControllerDevicePath,
|
||||||
IN EFI_DEVICE_PATH_PROTOCOL *DriverImageDevicePath,
|
IN EFI_DEVICE_PATH_PROTOCOL *DriverImageDevicePath OPTIONAL,
|
||||||
IN LIST_ENTRY *MappingDataBase,
|
IN LIST_ENTRY *MappingDataBase,
|
||||||
OUT UINT32 *DriverInfoNum,
|
OUT UINT32 *DriverInfoNum OPTIONAL,
|
||||||
OUT UINT32 *DriverImageNO
|
OUT UINT32 *DriverImageNO OPTIONAL
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue