diff mbox series

[v1,17/57] xen/riscv: introduce asm/pci.h

Message ID 4eb79794a495bc5987a26e939599fbf47ad23113.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/pci.h | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 xen/arch/riscv/include/asm/pci.h
diff mbox series

Patch

diff --git a/xen/arch/riscv/include/asm/pci.h b/xen/arch/riscv/include/asm/pci.h
new file mode 100644
index 0000000000..bd1fc54696
--- /dev/null
+++ b/xen/arch/riscv/include/asm/pci.h
@@ -0,0 +1,7 @@ 
+#ifndef __ASM_RISCV_PCI_H__
+#define __ASM_RISCV_PCI_H__
+
+struct arch_pci_dev {
+};
+
+#endif /* __ASM_PCI_H__ */
\ No newline at end of file