summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-support.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-support.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-support.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-support.h b/rtemsbsd/include/machine/rtems-bsd-support.h
index de148921..49d396f2 100644
--- a/rtemsbsd/include/machine/rtems-bsd-support.h
+++ b/rtemsbsd/include/machine/rtems-bsd-support.h
@@ -42,8 +42,6 @@
#include <stdio.h>
-#include <rtems/chain.h>
-
/* Debug */
#define BSD_PRINTF(fmt, ...) printf("%s: " fmt, __func__, ##__VA_ARGS__)
@@ -54,16 +52,4 @@
#define BSD_ASSERT_RV(rv) BSD_ASSERT((rv) == 0)
-extern rtems_chain_control rtems_bsd_lock_chain;
-
-extern rtems_chain_control rtems_bsd_mtx_chain;
-
-extern rtems_chain_control rtems_bsd_sx_chain;
-
-extern rtems_chain_control rtems_bsd_condvar_chain;
-
-extern rtems_chain_control rtems_bsd_callout_chain;
-
-extern rtems_chain_control rtems_bsd_malloc_chain;
-
#endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_SUPPORT_H_ */