summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300/h8sim
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/h8300/h8sim')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/ChangeLog6
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/include/bsp.h4
2 files changed, 6 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
index 5d70f2f7ae..2a39543f83 100644
--- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog
+++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
@@ -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-08-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/__main.c: Add missing prototypes.
diff --git a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h b/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
index 005363da39..46c3c81298 100644
--- a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
+++ b/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
@@ -60,10 +60,6 @@ extern "C" {
* NOTE: Use the standard Clock driver entry
*/
-/* functions */
-
-void bsp_cleanup( void );
-
#ifdef __cplusplus
}
#endif