1
0
Fork 0
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:
Daniel Stenberg 2003-02-05 11:58:20 +00:00
parent b6bf9b768d
commit f8ee440c9e

View file

@ -17,9 +17,8 @@
*
****************************************************************************/
#include "../../firmware/kernel.h"
#include "../../firmware/include/kernel.h"
#define sleep(x) x11_sleep(x)
void x11_sleep(int);