summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/score603e/include
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/powerpc/score603e/include
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/powerpc/score603e/include')
-rw-r--r--c/src/lib/libbsp/powerpc/score603e/include/bsp.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
index 4de3492450..c165f70698 100644
--- a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h
@@ -1,8 +1,7 @@
-/* bsp.h
- *
+/*
* This include file contains all board IO definitions.
*
- * COPYRIGHT (c) 1989-1997.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may in
@@ -108,16 +107,8 @@ extern int CPU_PPC_CLICKS_PER_MS;
*/
#define BSP_INIT_STACK_SIZE 0x1000
-/*
- * How many libio files we want
- */
-
-#define BSP_LIBIO_MAX_FDS 20
-
/* functions */
-void bsp_start( void );
-
/*
* spurious.c
*/