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
This commit is contained in:
Shumin Qiu
2013-08-20 05:03:30 +00:00
committed by shenshushi
parent 493d8e3a5e
commit 5a7b9bbe08
3 changed files with 14 additions and 4 deletions

View File

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