forked from len0rd/rockbox
update the gigabeat code and move to target_tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10535 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e6ed58f6c5
commit
dd754886f5
22 changed files with 622 additions and 118 deletions
|
@ -77,7 +77,15 @@ void cpu_idle_mode(bool on_off)
|
|||
}
|
||||
|
||||
#endif
|
||||
#if CONFIG_CPU == S3C2440
|
||||
|
||||
void system_reboot(void) {
|
||||
}
|
||||
|
||||
void system_init(void) {
|
||||
}
|
||||
|
||||
#endif
|
||||
#if defined(IRIVER_H100_SERIES) && !defined(SIMULATOR)
|
||||
bool detect_flashed_rockbox(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue