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