Changes in kernel/generic/include/syscall/syscall.h [057d21a:d99c1d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/syscall/syscall.h
r057d21a rd99c1d2 43 43 SYS_THREAD_EXIT, 44 44 SYS_THREAD_GET_ID, 45 SYS_THREAD_USLEEP, 45 46 46 47 SYS_TASK_GET_ID, … … 92 93 #ifdef KERNEL 93 94 94 #include < arch/types.h>95 #include <typedefs.h> 95 96 96 97 typedef unative_t (*syshandler_t)(unative_t, unative_t, unative_t, unative_t,
Note:
See TracChangeset
for help on using the changeset viewer.