[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v1 12/57] xen/riscv: introduce asm/hypercall.h
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> --- xen/arch/riscv/include/asm/hypercall.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 xen/arch/riscv/include/asm/hypercall.h diff --git a/xen/arch/riscv/include/asm/hypercall.h b/xen/arch/riscv/include/asm/hypercall.h new file mode 100644 index 0000000000..f58c2f2761 --- /dev/null +++ b/xen/arch/riscv/include/asm/hypercall.h @@ -0,0 +1,4 @@ +#ifndef __ASM_RISCV_HYPERCALL_H__ +#define __ASM_RISCV_HYPERCALL_H__ + +#endif /* __ASM_RISCV_HYPERCALL_H__ */ \ No newline at end of file -- 2.41.0
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |