summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 21:06:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-18 21:06:53 +0000
commitc1dcda5d1382b14c00be0449bfe57e3daca0826d (patch)
tree092eee8bd4f70921b29a59a9ac870222e84580ee /c/src/lib/libbsp/unix/posix
parent2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c1dcda5d1382b14c00be0449bfe57e3daca0826d.tar.bz2
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove prototypes of routines in bootcard.h.
Diffstat (limited to 'c/src/lib/libbsp/unix/posix')
-rw-r--r--c/src/lib/libbsp/unix/posix/ChangeLog4
-rw-r--r--c/src/lib/libbsp/unix/posix/include/bsp.h16
2 files changed, 6 insertions, 14 deletions
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,5 +1,9 @@
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
bsp_get_work_area() implementation and use more of the BSP
Initialization Framework.
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 <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;