Changeset d088616 in mainline for kernel/generic/include/cap/cap.h
- Timestamp:
- 2017-10-28T08:49:42Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d470ec8
- Parents:
- 9b642f92
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cap/cap.h
r9b642f92 rd088616 121 121 extern void cap_publish(struct task *, cap_handle_t, kobject_t *); 122 122 extern kobject_t *cap_unpublish(struct task *, cap_handle_t, kobject_type_t); 123 extern kobject_t *cap_unpublish_locked(struct task *, cap_handle_t, 124 kobject_type_t); 123 125 extern void cap_free(struct task *, cap_handle_t); 126 extern void cap_free_locked(struct task *, cap_handle_t); 124 127 125 128 extern void kobject_initialize(kobject_t *, kobject_type_t, void *,
Note:
See TracChangeset
for help on using the changeset viewer.