summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/unix/posix/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/unix/posix/include/bsp.h16
1 files changed, 2 insertions, 14 deletions
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;