xen: use generated prototypes for hypercall handlers
authorJuergen Gross <jgross@suse.com>
Mon, 11 Jul 2022 10:08:03 +0000 (12:08 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 11 Jul 2022 10:08:03 +0000 (12:08 +0200)
commitf9db6bc39d28d9c9835549e10ccc1b4d4be1922f
treebdeb4b37038658c1c18aef652347c5dc3078271c
parenteca1f00d02274ad6c1d604ded30cd7cae21e43f0
xen: use generated prototypes for hypercall handlers

Remove the hypercall handler's prototypes in the related header files
and use the generated ones instead.

Some handlers having been static before need to be made globally
visible.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/arch/arm/include/asm/hypercall.h
xen/arch/x86/hvm/hypercall.c
xen/arch/x86/include/asm/hypercall.h
xen/include/xen/hypercall.h