1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00: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:
Bjoern A. Zeeb 2016-08-11 15:06:12 +00:00
parent 57b82d475e
commit 9172e7feeb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303963

View File

@ -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_ */