mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 07:55:25 +07:00
be1aaf4e40
When running on Xen hypervisor, runtime services are supported through hypercall. Add a Xen specific function to initialize runtime services. Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org> Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Tested-by: Julien Grall <julien.grall@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com>
7 lines
110 B
C
7 lines
110 B
C
#ifndef _ASM_XEN_OPS_H
|
|
#define _ASM_XEN_OPS_H
|
|
|
|
void xen_efi_runtime_setup(void);
|
|
|
|
#endif /* _ASM_XEN_OPS_H */
|