summaryrefslogtreecommitdiff
path: root/OvmfPkg/Include
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2018-03-13 16:41:14 +0100
committerLaszlo Ersek <lersek@redhat.com>2018-03-14 11:24:19 +0100
commit5851b8253a31db5a5e62847cf0c70f5629542de0 (patch)
tree32469c7836d9bfe32fe928659267653ffe421a1c /OvmfPkg/Include
parentdcb85e31fc2405b4bb4f7b1c97b4f8dcc292e32a (diff)
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>
Diffstat (limited to 'OvmfPkg/Include')
-rw-r--r--OvmfPkg/Include/Library/QemuBootOrderLib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/OvmfPkg/Include/Library/QemuBootOrderLib.h b/OvmfPkg/Include/Library/QemuBootOrderLib.h
index 743a717824..874344a95d 100644
--- a/OvmfPkg/Include/Library/QemuBootOrderLib.h
+++ b/OvmfPkg/Include/Library/QemuBootOrderLib.h
@@ -49,6 +49,7 @@
**/
RETURN_STATUS
+EFIAPI
SetBootOrderFromQemu (
VOID
);
@@ -61,6 +62,7 @@ SetBootOrderFromQemu (
@return The TimeoutDefault argument for PlatformBdsEnterFrontPage().
**/
UINT16
+EFIAPI
GetFrontPageTimeoutFromQemu (
VOID
);