diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2008-06-27 23:24:34 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2008-06-27 23:24:34 +0000 |
| commit | 7b10ef9a7c55764d1b6815fd0871cb51ff0205f9 (patch) | |
| tree | 0b2056ef0334e45107b02118040baae49d51b142 /firmware/export/system.h | |
| parent | 5c763f4001c1634ea62ded26339df52494e6c718 (diff) | |
| download | rockbox-7b10ef9a7c55764d1b6815fd0871cb51ff0205f9.zip rockbox-7b10ef9a7c55764d1b6815fd0871cb51ff0205f9.tar.gz rockbox-7b10ef9a7c55764d1b6815fd0871cb51ff0205f9.tar.bz2 rockbox-7b10ef9a7c55764d1b6815fd0871cb51ff0205f9.tar.xz | |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h index dc38532..2f6ceb3 100644 --- a/firmware/export/system.h +++ b/firmware/export/system.h @@ -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); |