summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/bus_dma.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-07 16:14:13 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-07 16:14:13 -0600
commitcbffdb7fdc50cbf0175fd5cb6ae32f6f115d6035 (patch)
tree2c5aa2ff0a7e9a24df6e098860675a8d3ff9e24e /rtemsbsd/include/machine/bus_dma.h
parentAdd rmlock - almost links (diff)
downloadrtems-libbsd-cbffdb7fdc50cbf0175fd5cb6ae32f6f115d6035.tar.bz2
Separate RTEMS Specific Files from Those Direct from FreeBSD
Diffstat (limited to 'rtemsbsd/include/machine/bus_dma.h')
-rw-r--r--rtemsbsd/include/machine/bus_dma.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/bus_dma.h b/rtemsbsd/include/machine/bus_dma.h
new file mode 100644
index 00000000..b2629b5a
--- /dev/null
+++ b/rtemsbsd/include/machine/bus_dma.h
@@ -0,0 +1,32 @@
+/**
+ * @file
+ *
+ * @ingroup rtems_bsd_machine
+ *
+ * @brief TODO.
+ */
+
+/*
+ * Copyright (c) 2009, 2010 embedded brains GmbH. All rights reserved.
+ *
+ * embedded brains GmbH
+ * Obere Lagerstr. 30
+ * 82178 Puchheim
+ * Germany
+ * <rtems@embedded-brains.de>
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ */
+
+#ifndef _RTEMS_BSD_MACHINE_BUS_DMA_H_
+#define _RTEMS_BSD_MACHINE_BUS_DMA_H_
+
+#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_CONFIG_H_
+#error "the header file <rtems/freebsd/machine/rtems-bsd-config.h> must be included first"
+#endif
+
+#include <rtems/freebsd/sys/bus_dma.h>
+
+#endif /* _RTEMS_BSD_MACHINE_BUS_DMA_H_ */