summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/module.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/module.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/module.h')
-rw-r--r--freebsd/sys/module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/sys/module.h b/freebsd/sys/module.h
index 23650f71..3b67ad5a 100644
--- a/freebsd/sys/module.h
+++ b/freebsd/sys/module.h
@@ -94,7 +94,7 @@ struct mod_metadata {
#ifdef _KERNEL
-#include <rtems/freebsd/sys/linker_set.h>
+#include <freebsd/sys/linker_set.h>
#define MODULE_METADATA(uniquifier, type, data, cval) \
static struct mod_metadata _mod_metadata##uniquifier = { \
@@ -204,7 +204,7 @@ struct module_stat {
#ifndef _KERNEL
-#include <rtems/freebsd/sys/cdefs.h>
+#include <freebsd/sys/cdefs.h>
__BEGIN_DECLS
int modnext(int _modid);