summaryrefslogtreecommitdiff
path: root/firmware/export/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/system.h')
-rw-r--r--firmware/export/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index dc3853211b..2f6ceb3c22 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -35,6 +35,8 @@ struct flash_header {
35 char version[32]; 35 char version[32];
36}; 36};
37 37
38void UIE(unsigned int pc, unsigned int num);
39
38bool detect_flashed_romimage(void); 40bool detect_flashed_romimage(void);
39bool detect_flashed_ramimage(void); 41bool detect_flashed_ramimage(void);
40bool detect_original_firmware(void); 42bool detect_original_firmware(void);