summaryrefslogtreecommitdiff
path: root/firmware/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.h')
-rw-r--r--firmware/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/system.h b/firmware/system.h
index 7f7305f737..2947fdc1ab 100644
--- a/firmware/system.h
+++ b/firmware/system.h
@@ -261,5 +261,6 @@ static inline int cas2 (volatile int *pointer1,volatile int *pointer2,int reques
261 } 261 }
262 262
263extern void system_reboot (void); 263extern void system_reboot (void);
264extern void system_init(void);
264 265
265#endif 266#endif