mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Revert r303890 for now here as camdd fails to build on powerpc*
due to device_t only being available under _KERNEL. Reported by: bde (_KERNEL in general), kib (build failure) MFC after: 1 day X-MFC with: r303890
This commit is contained in:
parent
57b82d475e
commit
9172e7feeb
1 changed files with 3 additions and 1 deletions
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include <sys/bus_dma.h>
|
||||
|
||||
int bus_dma_tag_set_iommu(bus_dma_tag_t, device_t iommu, void *cookie);
|
||||
struct device;
|
||||
|
||||
int bus_dma_tag_set_iommu(bus_dma_tag_t, struct device *iommu, void *cookie);
|
||||
|
||||
#endif /* _POWERPC_BUS_DMA_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue