imx233/fuze+: implement user time api, implement a stub function, protect timrot against irq

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30437 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-09-06 00:27:38 +00:00
parent 333b9ed2c3
commit 2ac668e44c
7 changed files with 86 additions and 1 deletions

View file

@ -127,6 +127,12 @@ void system_exception_wait(void)
while(!button_read_device());
}
int system_memory_guard(int newmode)
{
(void)newmode;
return 0;
}
void imx233_enable_interrupt(int src, bool enable)
{
if(enable)