summaryrefslogtreecommitdiff
path: root/firmware/export/system.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2008-06-27 23:24:34 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2008-06-27 23:24:34 +0000
commit7b10ef9a7c55764d1b6815fd0871cb51ff0205f9 (patch)
tree0b2056ef0334e45107b02118040baae49d51b142 /firmware/export/system.h
parent5c763f4001c1634ea62ded26339df52494e6c718 (diff)
downloadrockbox-7b10ef9a7c55764d1b6815fd0871cb51ff0205f9.tar.gz
rockbox-7b10ef9a7c55764d1b6815fd0871cb51ff0205f9.zip
initial Meizu M6SL port (take 2)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17819 a1c6a512-1295-4272-9138-f99709370657
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);