summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bare/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 15:09:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 15:09:21 +0000
commit283e6f0df704c2f66c386a4cf5190c649d9d5274 (patch)
treeccd4638f34acf57d145c2261d24105b0b48cf805 /c/src/lib/libbsp/bare/include/bsp.h
parent2008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-283e6f0df704c2f66c386a4cf5190c649d9d5274.tar.bz2
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this is NOT used anywhere.
Diffstat (limited to 'c/src/lib/libbsp/bare/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/bare/include/bsp.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/bare/include/bsp.h b/c/src/lib/libbsp/bare/include/bsp.h
index b11e15566e..264c8ecbd8 100644
--- a/c/src/lib/libbsp/bare/include/bsp.h
+++ b/c/src/lib/libbsp/bare/include/bsp.h
@@ -1,5 +1,4 @@
-/* bsp.h
- *
+/*
* This include file contains all board IO definitions.
*
* BARE : Allows you to build RTEMS with-out any BSP specific stuff
@@ -48,12 +47,6 @@ extern "C" {
* NOTE: Use the standard Clock driver entry
*/
-/*
- * How many libio files we want
- */
-
-#define BSP_LIBIO_MAX_FDS 20
-
/* functions */
#ifdef __cplusplus