summaryrefslogtreecommitdiff
path: root/include/cplb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cplb.h')
-rw-r--r--include/cplb.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/cplb.h b/include/cplb.h
new file mode 100644
index 0000000000..a31063fcb4
--- /dev/null
+++ b/include/cplb.h
@@ -0,0 +1,12 @@
+#if defined(HEADER_WARNING)
+#warning "This header should not be included directly."
+#endif
+
+
+#if defined(__rtems_bfin_TLL6527M__)
+# include <bfin/TLL6527M/cplb.h>
+#elif defined(__rtems_bfin_eZKit533__)
+# include <bfin/eZKit533/cplb.h>
+#else
+# error "__rtems_<arch>_<bsp>__ must be defined, for example: __rtems_sparc_erc32__"
+#endif