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:
@@ -49,6 +49,7 @@
|
||||
|
||||
**/
|
||||
RETURN_STATUS
|
||||
EFIAPI
|
||||
SetBootOrderFromQemu (
|
||||
VOID
|
||||
);
|
||||
@@ -61,6 +62,7 @@ SetBootOrderFromQemu (
|
||||
@return The TimeoutDefault argument for PlatformBdsEnterFrontPage().
|
||||
**/
|
||||
UINT16
|
||||
EFIAPI
|
||||
GetFrontPageTimeoutFromQemu (
|
||||
VOID
|
||||
);
|
||||
|
Reference in New Issue
Block a user