aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib/systemlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/systemlib/systemlib.h')
-rw-r--r--src/modules/systemlib/systemlib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/systemlib/systemlib.h b/src/modules/systemlib/systemlib.h
index 0194b5e52..3728f2067 100644
--- a/src/modules/systemlib/systemlib.h
+++ b/src/modules/systemlib/systemlib.h
@@ -42,11 +42,11 @@
#include <float.h>
#include <stdint.h>
-/** Reboots the board */
-extern void up_systemreset(void) noreturn_function;
-
__BEGIN_DECLS
+/** Reboots the board */
+__EXPORT void systemreset(bool to_bootloader) noreturn_function;
+
/** Sends SIGUSR1 to all processes */
__EXPORT void killall(void);