diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-26 09:29:43 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-26 09:29:43 +0000 |
commit | 764f4d534b0c0697419caa5b32a00749f9cad21a (patch) | |
tree | fbd990338a69180ac954b490d1aa480f38bfb935 /MdePkg/Include/Protocol/DriverDiagnostics2.h | |
parent | a78d176c1446157a0ae1169ef37d30f2ce0eca68 (diff) | |
download | edk2-platforms-764f4d534b0c0697419caa5b32a00749f9cad21a.tar.xz |
Synchronized with UEFI Spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7958 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/DriverDiagnostics2.h')
-rw-r--r-- | MdePkg/Include/Protocol/DriverDiagnostics2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/DriverDiagnostics2.h b/MdePkg/Include/Protocol/DriverDiagnostics2.h index a3798b1e54..b56997d153 100644 --- a/MdePkg/Include/Protocol/DriverDiagnostics2.h +++ b/MdePkg/Include/Protocol/DriverDiagnostics2.h @@ -56,6 +56,9 @@ typedef struct _EFI_DRIVER_DIAGNOSTICS2_PROTOCOL EFI_DRIVER_DIAGNOSTICS2_PROTOC @retval EFI_SUCCESS The controller specified by ControllerHandle and
ChildHandle passed the diagnostic.
+ @retval EFI_ACCESS_DENIED The request for initiating diagnostics was unable
+ to be complete due to some underlying hardware or
+ software state.
@retval EFI_INVALID_PARAMETER ControllerHandle is not a valid EFI_HANDLE.
@retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid EFI_HANDLE.
@retval EFI_INVALID_PARAMETER Language is NULL.
|