8d7e7a98db
kernel and userland. Reviewed by: andrew, imp, kib Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision: https://reviews.freebsd.org/D4554
9 lines
134 B
C
9 lines
134 B
C
/* $FreeBSD$ */
|
|
|
|
#ifndef _MACHINE_BUS_DMA_H_
|
|
#define _MACHINE_BUS_DMA_H_
|
|
|
|
#include <sys/bus_dma.h>
|
|
|
|
#endif /* !_MACHINE_BUS_DMA_H_ */
|