[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v1 17/57] xen/riscv: introduce asm/pci.h
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> --- xen/arch/riscv/include/asm/pci.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 xen/arch/riscv/include/asm/pci.h 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 -- 2.41.0
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |