summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bspclean.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/bspclean.c')
-rw-r--r--c/src/lib/libbsp/shared/bspclean.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/bspclean.c b/c/src/lib/libbsp/shared/bspclean.c
index 31fa046572..6636dfb577 100644
--- a/c/src/lib/libbsp/shared/bspclean.c
+++ b/c/src/lib/libbsp/shared/bspclean.c
@@ -17,7 +17,9 @@
#include <bspopts.h>
#include <bsp/bootcard.h>
-void bsp_cleanup( void )
+void bsp_cleanup(
+ uint32_t status
+)
{
#if (BSP_PRESS_KEY_FOR_RESET)
printk( "\nEXECUTIVE SHUTDOWN! Any key to reboot..." );