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