forked from len0rd/rockbox
More iPod changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7825 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3c1f659aeb
commit
a3bf2ec61c
4 changed files with 153 additions and 117 deletions
|
@ -1116,6 +1116,11 @@ void system_reboot(void) {
|
|||
|
||||
}
|
||||
|
||||
int system_memory_guard(int newmode)
|
||||
{
|
||||
(void)newmode;
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* CONFIG_CPU */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue