mirror of https://github.com/acidanthera/audk.git
updated parameters name to match spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8939 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4983ca934c
commit
1d14c35596
|
@ -83,8 +83,8 @@ PCheckDevice (
|
||||||
IN UINTN VendorId,
|
IN UINTN VendorId,
|
||||||
IN UINTN DeviceId,
|
IN UINTN DeviceId,
|
||||||
IN UINTN RevisionId,
|
IN UINTN RevisionId,
|
||||||
IN UINTN SubVendorId,
|
IN UINTN SubsystemVendorId,
|
||||||
IN UINTN SubDeviceId,
|
IN UINTN SubsystemDeviceId,
|
||||||
OUT VOID **Configuration
|
OUT VOID **Configuration
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue