summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bare/include/bsp.h
diff options
context:
space:
mode:
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