summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 18:35:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 18:35:31 +0000
commit9c0a884e9659492ec44dd386960200e983aaf73e (patch)
treef7f66e7f490cb264e69c2c64a1d3f95ac0ed2a78 /c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h
parent2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-9c0a884e9659492ec44dd386960200e983aaf73e.tar.bz2
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1824/cpukit * include/bsp.h, startup/bspclean.c: Return exit/shutdown status back to boot_card(). boot_card() propagates this to bsp_cleanup() and returns it to the assembly that started the application. bsp_cleanup() prototype changed.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h b/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h
index a1041c1f0b..d56c4f65ce 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mcf5225x/include/bsp.h
@@ -64,8 +64,6 @@ extern "C" {
uint32_t bsp_get_CPU_clock_speed(void);
-void bsp_cleanup(void);
-
m68k_isr_entry set_vector(
rtems_isr_entry handler,
rtems_vector_number vector,