summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/PlatformDriverOverride.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-09 02:08:57 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-09 02:08:57 +0000
commit1f25dacf8b026e769e1c62a0ef32db50c50e7a59 (patch)
treefc6854a10813a7d3ea78c5f3b6e61628d3b7c6ae /MdePkg/Include/Protocol/PlatformDriverOverride.h
parent9cff2f8d3687aeed765e1ee787c18ce70ae500bc (diff)
downloadedk2-platforms-1f25dacf8b026e769e1c62a0ef32db50c50e7a59.tar.xz
Clean IpfMacro.i to remove unused Macro.
Sync ReportDebugCodeLib function description to new MdeLib spec. Update PlatformDriverOverride protocol function description according to UEFI spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7478 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/PlatformDriverOverride.h')
-rw-r--r--MdePkg/Include/Protocol/PlatformDriverOverride.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/PlatformDriverOverride.h b/MdePkg/Include/Protocol/PlatformDriverOverride.h
index 2219ea65ba..cbcdefc083 100644
--- a/MdePkg/Include/Protocol/PlatformDriverOverride.h
+++ b/MdePkg/Include/Protocol/PlatformDriverOverride.h
@@ -63,9 +63,10 @@ EFI_STATUS
PROTOCOL instance.
@param ControllerHandle The device handle of the controller to check if a driver override
exists.
- @param DriverImageHandle On input, a pointer to the previous driver image handle returned
- by GetDriverPath(). On output, a pointer to the next driver
- device path.
+ @param DriverImagePath On input, a pointer to the previous driver device path returned by
+ GetDriverPath(). On output, a pointer to the next driver
+ device path. Passing in a pointer to NULL, will return the first
+ driver device path for ControllerHandle.
@retval EFI_SUCCESS The driver override for ControllerHandle was returned in
DriverImageHandle.