Changeset 91b60499 in mainline for kernel/generic/include/ipc/ipcrsc.h
- Timestamp:
- 2017-09-30T06:29:42Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 300f4c4
- Parents:
- d076f16 (diff), 6636fb19 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipcrsc.h
rd076f16 r91b60499 38 38 #include <proc/task.h> 39 39 #include <ipc/ipc.h> 40 #include <cap/cap.h> 40 41 41 42 extern call_t *get_call(sysarg_t); 42 extern int phone_get(sysarg_t, phone_t **); 43 extern int phone_alloc(task_t *); 44 extern bool phone_connect(int, answerbox_t *); 45 extern void phone_dealloc(int); 43 extern cap_handle_t phone_alloc(task_t *); 44 extern bool phone_connect(cap_handle_t, answerbox_t *); 45 extern void phone_dealloc(cap_handle_t); 46 46 47 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.