Follow up tracker:

EDKT236, EDKT237, EDKT232, EDKT229 , EDKT233

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1418 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
yshang1
2006-09-01 05:37:49 +00:00
parent 5f4eb6b6d5
commit a93763b74d
13 changed files with 116 additions and 36 deletions

View File

@ -18,14 +18,16 @@
Initialize OEM status code device .
@return Always return EFI_SUCCESS.
**/
VOID
EFI_STATUS
EFIAPI
OemHookStatusCodeInitialize (
VOID
)
{
return;
return EFI_SUCCESS;
}
/**
@ -53,7 +55,7 @@ OemHookStatusCodeInitialize (
@param Data This optional parameter may be used to pass additional data
@return The function always return EFI_SUCCESS.
@return The function always return EFI_UNSUPPORTED.
**/
EFI_STATUS