Fix some inconsistencies in EFIAPI usage.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8076 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten
2009-04-13 23:07:44 +00:00
parent 3b6c90a16b
commit 6ba0bc7c4e
12 changed files with 16 additions and 88 deletions

View File

@@ -401,6 +401,7 @@ BdsIsLegacyBootOption (
@retval EFI_NOT_FOUND Fail to retrive variable of boot order.
**/
EFI_STATUS
EFIAPI
BdsDeleteAllInvalidLegacyBootOptions (
VOID
)
@@ -682,6 +683,7 @@ BdsCreateOneLegacyBootOption (
**/
EFI_STATUS
EFIAPI
BdsAddNonExistingLegacyBootOptions (
VOID
)
@@ -974,6 +976,7 @@ BdsCreateDevOrder (
**/
EFI_STATUS
EFIAPI
BdsUpdateLegacyDevOrder (
VOID
)
@@ -1531,6 +1534,7 @@ PrintBbsTable (
@return status of BdsSetBootPriority4SameTypeDev()
**/
EFI_STATUS
EFIAPI
BdsRefreshBbsTableForBoot (
IN BDS_COMMON_OPTION *Entry
)