sleep() and queue_wait() moved to internal RAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1499 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2d461156bd
commit
1f4613df6c
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ static void tick_start(unsigned int interval_in_ms);
|
|||
static struct event_queue *all_queues[32];
|
||||
static int num_queues;
|
||||
|
||||
void sleep(int ticks) __attribute__ ((section(".icode")));
|
||||
void queue_wait(struct event_queue *q, struct event *ev) __attribute__ ((section(".icode")));;
|
||||
|
||||
/****************************************************************************
|
||||
* Standard kernel stuff
|
||||
****************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue