Changeset 012dd8e in mainline for uspace/lib/c/include/taskman.h
- Timestamp:
- 2019-08-07T09:15:30Z (6 years ago)
- Children:
- e8747bd8
- Parents:
- 780c8ce
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-01 00:08:04)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:15:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/taskman.h
r780c8ce r012dd8e 36 36 #define LIBC_TASKMAN_H_ 37 37 38 #ifndef TASKMAN_DISABLE_ASYNC 38 39 #include <async.h> 40 #endif 39 41 40 extern async_sess_t *taskman_handshake(void); 42 /* Internal functions to be used by loader only */ 43 #ifndef TASKMAN_DISABLE_ASYNC 44 extern async_sess_t *taskman_get_session(void); 45 #endif 46 extern int taskman_intro_loader(void); 47 48 /* Internal functions to be used by NS only */ 49 extern int taskman_intro_ns(void); 41 50 42 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.