Rev 2787 | Rev 3425 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2787 | Rev 3424 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | #include <sys/types.h> |
38 | #include <sys/types.h> |
39 | 39 | ||
40 | typedef uint64_t task_id_t; |
40 | typedef uint64_t task_id_t; |
41 | 41 | ||
42 | extern task_id_t task_get_id(void); |
42 | extern task_id_t task_get_id(void); |
- | 43 | extern int task_spawn(void *image, size_t size); |
|
43 | 44 | ||
44 | #endif |
45 | #endif |
45 | 46 | ||
46 | /** @} |
47 | /** @} |
47 | */ |
48 | */ |