Changes in kernel/generic/include/ipc/ipcrsc.h [5a6cc679:87e7a18] in mainline
- File:
-
- 1 edited
-
kernel/generic/include/ipc/ipcrsc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipcrsc.h
r5a6cc679 r87e7a18 40 40 #include <cap/cap.h> 41 41 42 extern errno_t phone_alloc(task_t *, cap_handle_t *); 43 extern bool phone_connect(cap_handle_t, answerbox_t *); 42 extern errno_t phone_alloc(task_t *, bool, cap_handle_t *, kobject_t **); 44 43 extern void phone_dealloc(cap_handle_t); 45 44
Note:
See TracChangeset
for help on using the changeset viewer.
