Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/syscall/syscall.h

    r057d21a rd99c1d2  
    4343        SYS_THREAD_EXIT,
    4444        SYS_THREAD_GET_ID,
     45        SYS_THREAD_USLEEP,
    4546       
    4647        SYS_TASK_GET_ID,
     
    9293#ifdef KERNEL
    9394
    94 #include <arch/types.h>
     95#include <typedefs.h>
    9596
    9697typedef unative_t (*syshandler_t)(unative_t, unative_t, unative_t, unative_t,
Note: See TracChangeset for help on using the changeset viewer.