mirror of https://github.com/acidanthera/audk.git
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:
parent
dcb85e31fc
commit
5851b8253a
|
@ -49,6 +49,7 @@
|
|||
|
||||
**/
|
||||
RETURN_STATUS
|
||||
EFIAPI
|
||||
SetBootOrderFromQemu (
|
||||
VOID
|
||||
);
|
||||
|
@ -61,6 +62,7 @@ SetBootOrderFromQemu (
|
|||
@return The TimeoutDefault argument for PlatformBdsEnterFrontPage().
|
||||
**/
|
||||
UINT16
|
||||
EFIAPI
|
||||
GetFrontPageTimeoutFromQemu (
|
||||
VOID
|
||||
);
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue