From 283e6f0df704c2f66c386a4cf5190c649d9d5274 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Sep 2008 15:09:21 +0000 Subject: 2008-09-18 Joel Sherrill * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this is NOT used anywhere. --- c/src/lib/libbsp/powerpc/score603e/include/bsp.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/score603e/include') 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 */ -- cgit v1.2.3