mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Initial commit of work-in-progress iPod port
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7781 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3cd5c646d0
commit
77372d1218
24 changed files with 2178 additions and 21 deletions
|
@ -1094,5 +1094,18 @@ int system_memory_guard(int newmode)
|
|||
|
||||
return oldmode;
|
||||
}
|
||||
#elif CONFIG_CPU==PP5020
|
||||
|
||||
#warning TODO: Implement system.c
|
||||
|
||||
void system_init(void) {
|
||||
|
||||
}
|
||||
|
||||
void system_reboot(void) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif /* CONFIG_CPU */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue