Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1227 → Rev 1228

/uspace/trunk/libc/include/task.h
33,6 → 33,6
 
typedef uint64_t task_id_t;
 
extern task_id_t get_task_id(void);
extern task_id_t task_get_id(void);
 
#endif