From c1dcda5d1382b14c00be0449bfe57e3daca0826d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Sep 2008 21:06:53 +0000 Subject: 2008-09-18 Joel Sherrill * include/bsp.h: Remove prototypes of routines in bootcard.h. --- c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h | 4 +--- c/src/lib/libbsp/unix/posix/ChangeLog | 4 ++++ c/src/lib/libbsp/unix/posix/include/bsp.h | 16 ++-------------- 4 files changed, 11 insertions(+), 17 deletions(-) (limited to 'c/src/lib/libbsp') diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog index 7317a30155..dc46e1b438 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog +++ b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog @@ -1,3 +1,7 @@ +2008-09-18 Joel Sherrill + + * include/bsp.h: Remove prototypes of routines in bootcard.h. + 2008-09-18 Joel Sherrill * include/bsp.h: Remove unnecessary boilerplate comments. diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h b/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h index ef246adf62..b5b72f5fd4 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h +++ b/c/src/lib/libbsp/powerpc/tqm8xx/include/bsp.h @@ -27,7 +27,7 @@ * * This file includes definitions for the MBX860 and MBX821. * - * COPYRIGHT (c) 1989-1998. + * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -136,8 +136,6 @@ extern unsigned int BSP_bus_frequency; /* functions */ -void bsp_cleanup( void ); - rtems_isr_entry set_vector( /* returns old vector */ rtems_isr_entry handler, /* isr routine */ rtems_vector_number vector, /* vector number */ diff --git a/c/src/lib/libbsp/unix/posix/ChangeLog b/c/src/lib/libbsp/unix/posix/ChangeLog index 72987b731d..f80fbb6778 100644 --- a/c/src/lib/libbsp/unix/posix/ChangeLog +++ b/c/src/lib/libbsp/unix/posix/ChangeLog @@ -1,3 +1,7 @@ +2008-09-18 Joel Sherrill + + * include/bsp.h: Remove prototypes of routines in bootcard.h. + 2008-09-18 Joel Sherrill * Makefile.am, configure.ac, startup/bspstart.c: Add diff --git a/c/src/lib/libbsp/unix/posix/include/bsp.h b/c/src/lib/libbsp/unix/posix/include/bsp.h index b1fe204d2c..c1feadb4ac 100644 --- a/c/src/lib/libbsp/unix/posix/include/bsp.h +++ b/c/src/lib/libbsp/unix/posix/include/bsp.h @@ -1,8 +1,7 @@ -/* bsp.h - * +/* * This include file contains all POSIX BSP definitions. * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -26,20 +25,9 @@ extern "C" { #include #include -#define RAM_START 0 -#define RAM_END 0x100000 - -/* miscellaneous stuff assumed to exist */ - /* functions */ rtems_isr_entry set_vector(rtems_isr_entry, rtems_vector_number, int); -void bsp_start( void ); - -/* miscellaneous stuff assumed to exist */ - -extern int rtems_argc; -extern char **rtems_argv; extern int cpu_number; -- cgit v1.2.3