forked from len0rd/rockbox
The cli()/sti() functions are not safe. We should have removed them long ago.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4314 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
34455abfe6
commit
f9c780ccc1
6 changed files with 39 additions and 44 deletions
|
|
@ -64,7 +64,6 @@ extern long current_tick;
|
|||
extern void kernel_init(void);
|
||||
extern void yield(void);
|
||||
extern void sleep(int ticks);
|
||||
int set_irq_level(int level);
|
||||
int tick_add_task(void (*f)(void));
|
||||
int tick_remove_task(void (*f)(void));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue