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

* include/bsp.h: Review of all bsp_cleanup() implementations. In this
	phase, all prototypes were removed from bsp.h and empty
	implementations were removed and made to use the shared stub.
This commit is contained in:
Joel Sherrill
2008-09-10 21:35:37 +00:00
parent 8da29747e8
commit 4909a30e63
76 changed files with 228 additions and 114 deletions

View File

@@ -1,3 +1,9 @@
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Review of all bsp_cleanup() implementations. In this
phase, all prototypes were removed from bsp.h and empty
implementations were removed and made to use the shared stub.
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* clock/clock.c: The Shared Memory Driver no longer requires the

View File

@@ -47,7 +47,6 @@ extern "C" {
rtems_isr_entry set_vector(rtems_isr_entry, rtems_vector_number, int);
void bsp_start( void );
void bsp_cleanup( void );
/* miscellaneous stuff assumed to exist */