1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Function calling ABI conversion from Linux to EFI for x86_64
5 * Copyright (C) 2007 Intel Corp
6 * Bibo Mao <bibo.mao@intel.com>
7 * Huang Ying <ying.huang@intel.com>
10 #include <linux/linkage.h>
11 #include <asm/nospec-branch.h>
13 SYM_FUNC_START(__efi_call)
27 SYM_FUNC_END(__efi_call)