diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2013-08-20 05:03:30 +0000 |
---|---|---|
committer | shenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-08-20 05:03:30 +0000 |
commit | 5a7b9bbe08a5dfc8de6f5091a4b140818604d403 (patch) | |
tree | e087e97a98114bdd2f6ce1f667e4413b6b6117d8 /MdePkg/Include | |
parent | 493d8e3a5e86f78ef975e18dfa5754adce9e82de (diff) | |
download | edk2-platforms-5a7b9bbe08a5dfc8de6f5091a4b140818604d403.tar.xz |
Add the missing status code in the returned table of InstallMultipleProtocolInterface().
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14571 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Uefi/UefiSpec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index d837d385c2..ba0d84c819 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -1148,6 +1148,8 @@ EFI_STATUS @retval EFI_OUT_OF_RESOURCES There was not enough memory in pool to install all the protocols.
@retval EFI_ALREADY_STARTED A Device Path Protocol instance was passed in that is already present in
the handle database.
+ @retval EFI_INVALID_PARAMETER Handle is NULL.
+ @retval EFI_INVALID_PARAMETER Protocol is already installed on the handle specified by Handle.
**/
typedef
|