code scrub for ConSplitter module.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5598 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2008-08-01 07:38:26 +00:00
parent 0e0c422d4c
commit 4b5c4fba59
4 changed files with 188 additions and 108 deletions

View File

@@ -274,6 +274,9 @@ ConSplitterTestControllerHandles (
return EFI_UNSUPPORTED;
}
//
// Tests whether a controller handle is being managed by a specific driver.
//
Status = EfiTestManagedDevice (
ControllerHandle,
DriverBindingHandle,
@@ -283,6 +286,9 @@ ConSplitterTestControllerHandles (
return Status;
}
//
// Tests whether a child handle is a child device of the controller.
//
Status = EfiTestChildHandle (
ControllerHandle,
ChildHandle,