Changeset eadaeae8 in mainline for kernel/generic/include/ipc/ipcrsc.h
- Timestamp:
- 2018-03-21T20:58:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3be9d10
- Parents:
- 874381a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipcrsc.h
r874381a 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.