Changeset 26a6ed4 in mainline for kernel/generic/include/ipc/ipcrsc.h
- Timestamp:
- 2018-03-11T07:35:05Z (7 years ago)
- Children:
- bbf38ad
- Parents:
- 813fc8c
- git-author:
- Jakub Jermar <jakub@…> (2018-03-10 18:18:12)
- git-committer:
- Jakub Jermar <jakub@…> (2018-03-11 07:35:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipcrsc.h
r813fc8c r26a6ed4 40 40 #include <cap/cap.h> 41 41 42 extern errno_t phone_alloc(task_t *, cap_handle_t*);42 extern errno_t phone_alloc(task_t *, bool, cap_handle_t *, kobject_t **); 43 43 extern bool phone_connect(cap_handle_t, answerbox_t *); 44 44 extern void phone_dealloc(cap_handle_t);
Note:
See TracChangeset
for help on using the changeset viewer.