forked from len0rd/rockbox
include the original kernel.h from the new location
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3210 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b6bf9b768d
commit
f8ee440c9e
1 changed files with 1 additions and 2 deletions
|
@ -17,9 +17,8 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "../../firmware/kernel.h"
|
#include "../../firmware/include/kernel.h"
|
||||||
|
|
||||||
#define sleep(x) x11_sleep(x)
|
#define sleep(x) x11_sleep(x)
|
||||||
|
|
||||||
void x11_sleep(int);
|
void x11_sleep(int);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue