From 1291dc39fd09807f6b864c6433444d97be2a0c8a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 19 Apr 2025 11:54:08 +0100 Subject: [cgem] Add a driver for the Cadence GEM NIC Add a basic driver for the Cadence GEM network interface as emulated by QEMU when using the RISC-V "sifive_u" machine type. Signed-off-by: Michael Brown --- src/include/ipxe/devtree.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/ipxe/devtree.h') diff --git a/src/include/ipxe/devtree.h b/src/include/ipxe/devtree.h index 911e7ad15..04414f370 100644 --- a/src/include/ipxe/devtree.h +++ b/src/include/ipxe/devtree.h @@ -10,11 +10,14 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include +#include /** A devicetree device */ struct dt_device { /** Generic device */ struct device dev; + /** DMA device */ + struct dma_device dma; /** Device path */ const char *path; /** Driver for this device */ -- cgit v1.2.3-55-g7522