summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 15:35:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 15:35:56 +0000
commit0553a3a1d8f1a2ed0f6d0a0d6b4218d1f8e3952b (patch)
tree61b313be89d2dfe8b6c5d52ee20e7f41c89a5116 /c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h
parent*** empty log message *** (diff)
downloadrtems-0553a3a1d8f1a2ed0f6d0a0d6b4218d1f8e3952b.tar.bz2
added as example of how to do a bsp which is not in this tree.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h b/c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h
new file mode 100644
index 0000000000..52a22d686b
--- /dev/null
+++ b/c/src/lib/libbsp/hppa1.1/pxfl/floss-bsp.h
@@ -0,0 +1,11 @@
+/*
+ * we need a bsp.h in the rtems tree to keep the src/tests/...
+ * happy.
+ * But our bsp.h really lives in floss tree.
+ *
+ * Fake it out by installing this one in rtems
+ *
+ # $Id$
+ */
+
+#include <floss/bsp.h>