1
0
Fork 0
forked from len0rd/rockbox

initial Meizu M6SL port (take 2)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17819 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2008-06-27 23:24:34 +00:00
parent 5c763f4001
commit 7b10ef9a7c
26 changed files with 2092 additions and 9 deletions

View file

@ -35,6 +35,8 @@ struct flash_header {
char version[32];
};
void UIE(unsigned int pc, unsigned int num);
bool detect_flashed_romimage(void);
bool detect_flashed_ramimage(void);
bool detect_original_firmware(void);