summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-11 15:46:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-11 15:46:10 +0000
commit200748bfa01558cc072562d5f9d8e1bbf33fe8bc (patch)
tree9c92c6bb0ea6c0b01d1f78632053974a9a5d0406 /c/src/lib/libbsp/unix/posix/include/bsp.h
parent2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-200748bfa01558cc072562d5f9d8e1bbf33fe8bc.tar.bz2
2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* clock/clock.c, include/bsp.h, startup/bspstart.c, startup/rtems-ctor.cc: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
Diffstat (limited to 'c/src/lib/libbsp/unix/posix/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/unix/posix/include/bsp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/unix/posix/include/bsp.h b/c/src/lib/libbsp/unix/posix/include/bsp.h
index 4e262de946..062f19cc07 100644
--- a/c/src/lib/libbsp/unix/posix/include/bsp.h
+++ b/c/src/lib/libbsp/unix/posix/include/bsp.h
@@ -31,8 +31,6 @@ extern "C" {
/* miscellaneous stuff assumed to exist */
-extern rtems_configuration_table BSP_Configuration;
-
/*
* Device Driver Table Entries
*/
@@ -53,14 +51,9 @@ void bsp_cleanup( void );
/* miscellaneous stuff assumed to exist */
-extern rtems_configuration_table BSP_Configuration; /* owned by BSP */
extern int rtems_argc;
extern char **rtems_argv;
-extern uint32_t bsp_isr_level;
-
-extern char *rtems_progname; /* UNIX executable name */
-
extern int cpu_number;
#ifdef __cplusplus