OvmfPkg/QemuBootOrderLib: add missing EFIAPI specifiers

Public library APIs should be declared as EFIAPI.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Shannon Zhao <zhaoshenglong@huawei.com>
Cc: Xiang Zheng <xiang.zheng@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> # ArmVirtQemu
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Xiang Zheng <xiang.zheng@linaro.org>
This commit is contained in:
Laszlo Ersek 2018-03-13 16:41:14 +01:00
parent dcb85e31fc
commit 5851b8253a
2 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,7 @@
**/
RETURN_STATUS
EFIAPI
SetBootOrderFromQemu (
VOID
);
@ -61,6 +62,7 @@ SetBootOrderFromQemu (
@return The TimeoutDefault argument for PlatformBdsEnterFrontPage().
**/
UINT16
EFIAPI
GetFrontPageTimeoutFromQemu (
VOID
);

View File

@ -1763,6 +1763,7 @@ PruneBootVariables (
**/
RETURN_STATUS
EFIAPI
SetBootOrderFromQemu (
VOID
)
@ -1946,6 +1947,7 @@ ErrorFreeFwCfg:
@return The TimeoutDefault argument for PlatformBdsEnterFrontPage().
**/
UINT16
EFIAPI
GetFrontPageTimeoutFromQemu (
VOID
)