diff mbox series

[v1,10/57] xen/riscv: introduce asm/grant_table.h

Message ID 55a562f81b7bc6d308a1f2008daad6c5e0de0562.1692181079.git.oleksii.kurochko@gmail.com (mailing list archive)
State New, archived
Headers show
Series Enable build of full Xen for RISC-V | expand

Commit Message

Oleksii Kurochko Aug. 16, 2023, 10:19 a.m. UTC
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
---
 xen/arch/riscv/include/asm/grant_table.h | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 xen/arch/riscv/include/asm/grant_table.h
diff mbox series

Patch

diff --git a/xen/arch/riscv/include/asm/grant_table.h b/xen/arch/riscv/include/asm/grant_table.h
new file mode 100644
index 0000000000..600fb10669
--- /dev/null
+++ b/xen/arch/riscv/include/asm/grant_table.h
@@ -0,0 +1,4 @@ 
+#ifndef __ASM_RISCV_GRANTTABLE_H__
+#define __ASM_RISCV_GRANTTABLE_H__
+
+#endif /* __ASM_RISCV_GRANTTABLE_H__ */
\ No newline at end of file