opnsense-src/sys/dev/xdma
Andrew Turner 47218e711e Include opt_platform.h to ensure FDT is defined
We need to include opt_platform.h as it's where FDT will be defined.

Sponsored by:	The FreeBSD Foundation
2022-10-04 17:38:56 +01:00
..
controller xdma: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-10 10:21:37 -07:00
xdma.c xdma: Inline variables with simple values used once in a KASSERT(). 2022-04-13 16:08:23 -07:00
xdma.h
xdma_bank.c xdma: Inline variables with simple values used once in a KASSERT(). 2022-04-13 16:08:23 -07:00
xdma_bio.c xdma: Fix another -Wunused-but-set-variable warning previously missed 2021-12-10 05:06:54 +00:00
xdma_fdt_test.c xdma: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-10 10:21:37 -07:00
xdma_if.m Include opt_platform.h to ensure FDT is defined 2022-10-04 17:38:56 +01:00
xdma_iommu.c
xdma_mbuf.c xdma: Fix -Wunused-but-set-variable warnings 2021-12-10 04:48:51 +00:00
xdma_queue.c xdma: Inline variables with simple values used once in a KASSERT(). 2022-04-13 16:08:23 -07:00
xdma_sg.c xdma: Fix -Wunused-but-set-variable warnings 2021-12-10 04:48:51 +00:00
xdma_sglist.c