summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/bus.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
commit03d4faf0865f56233e4a8339fda92d7192f456c6 (patch)
tree6c5732dca91814d2be90d66753570bf2b09a643d /freebsd/sys/bus.h
parentRevert move of contrib until more sorted out (diff)
downloadrtems-libbsd-03d4faf0865f56233e4a8339fda92d7192f456c6.tar.bz2
Begin to trim rtems/ from include file paths - start with freebsd
Diffstat (limited to 'freebsd/sys/bus.h')
-rw-r--r--freebsd/sys/bus.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/freebsd/sys/bus.h b/freebsd/sys/bus.h
index 4ca144da..8dc54d08 100644
--- a/freebsd/sys/bus.h
+++ b/freebsd/sys/bus.h
@@ -29,8 +29,8 @@
#ifndef _SYS_BUS_HH_
#define _SYS_BUS_HH_
-#include <rtems/freebsd/machine/_limits.h>
-#include <rtems/freebsd/sys/_bus_dma.h>
+#include <freebsd/machine/_limits.h>
+#include <freebsd/sys/_bus_dma.h>
/**
* @defgroup NEWBUS newbus - a generic framework for managing devices
@@ -76,8 +76,8 @@ struct u_device {
#ifdef _KERNEL
-#include <rtems/freebsd/sys/queue.h>
-#include <rtems/freebsd/sys/kobj.h>
+#include <freebsd/sys/queue.h>
+#include <freebsd/sys/kobj.h>
/**
* devctl hooks. Typically one should use the devctl_notify
@@ -547,8 +547,8 @@ void bus_set_pass(int pass);
/*
* Some common device interfaces.
*/
-#include <rtems/freebsd/local/device_if.h>
-#include <rtems/freebsd/local/bus_if.h>
+#include <freebsd/local/device_if.h>
+#include <freebsd/local/bus_if.h>
struct module;