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:
vanjeff 2009-07-14 06:04:38 +00:00
parent 4983ca934c
commit 1d14c35596
1 changed files with 2 additions and 2 deletions

View File

@ -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
); );