summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/systm.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/systm.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/systm.h')
-rw-r--r--freebsd/sys/systm.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/freebsd/sys/systm.h b/freebsd/sys/systm.h
index d4ba7bc5..2b76a36f 100644
--- a/freebsd/sys/systm.h
+++ b/freebsd/sys/systm.h
@@ -38,12 +38,12 @@
#ifndef _SYS_SYSTM_HH_
#define _SYS_SYSTM_HH_
-#include <rtems/freebsd/machine/atomic.h>
-#include <rtems/freebsd/machine/cpufunc.h>
-#include <rtems/freebsd/sys/callout.h>
-#include <rtems/freebsd/sys/cdefs.h>
-#include <rtems/freebsd/sys/queue.h>
-#include <rtems/freebsd/sys/stdint.h> /* for people using printf mainly */
+#include <freebsd/machine/atomic.h>
+#include <freebsd/machine/cpufunc.h>
+#include <freebsd/sys/callout.h>
+#include <freebsd/sys/cdefs.h>
+#include <freebsd/sys/queue.h>
+#include <freebsd/sys/stdint.h> /* for people using printf mainly */
extern int cold; /* nonzero if we are doing a cold boot */
extern int rebooting; /* boot() has been called. */
@@ -274,7 +274,7 @@ struct timeval;
void adjust_timeout_calltodo(struct timeval *time_change);
#endif /* APM_FIXUP_CALLTODO */
-#include <rtems/freebsd/sys/libkern.h>
+#include <freebsd/sys/libkern.h>
/* Initialize the world */
void consinit(void);