summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/buf_ring.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/buf_ring.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/buf_ring.h')
-rw-r--r--freebsd/sys/buf_ring.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/sys/buf_ring.h b/freebsd/sys/buf_ring.h
index 48b02f50..dbdf6206 100644
--- a/freebsd/sys/buf_ring.h
+++ b/freebsd/sys/buf_ring.h
@@ -30,15 +30,15 @@
#ifndef _SYS_BUF_RING_HH_
#define _SYS_BUF_RING_HH_
-#include <rtems/freebsd/machine/cpu.h>
+#include <freebsd/machine/cpu.h>
#if defined(INVARIANTS) && !defined(DEBUG_BUFRING)
#define DEBUG_BUFRING 1
#endif
#ifdef DEBUG_BUFRING
-#include <rtems/freebsd/sys/lock.h>
-#include <rtems/freebsd/sys/mutex.h>
+#include <freebsd/sys/lock.h>
+#include <freebsd/sys/mutex.h>
#endif
struct buf_ring {