2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>

* include/bsp.h: Remove prototypes of routines in bootcard.h.
This commit is contained in:
Joel Sherrill
2008-09-18 21:06:53 +00:00
parent 4e1cc1739b
commit c1dcda5d13
4 changed files with 11 additions and 17 deletions

View File

@@ -1,3 +1,7 @@
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove prototypes of routines in bootcard.h.
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, startup/bspstart.c: Add

View File

@@ -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 <rtems/console.h>
#include <rtems/iosupp.h>
#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;