Changes in kernel/generic/include/cap/cap.h [e394c196:fc0de8c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cap/cap.h
re394c196 rfc0de8c 70 70 } kobject_ops_t; 71 71 72 extern kobject_ops_t *kobject_ops[]; 73 74 #define KOBJECT_OP(k) kobject_ops[(k)->type] 75 72 76 /* 73 77 * Everything in kobject_t except for the atomic reference count, the capability … … 82 86 /** List of published capabilities associated with the kobject */ 83 87 list_t caps_list; 84 85 kobject_ops_t *ops;86 88 87 89 union { … … 139 141 extern kobject_t *kobject_alloc(unsigned int); 140 142 extern void kobject_free(kobject_t *); 141 extern void kobject_initialize(kobject_t *, kobject_type_t, void *, 142 kobject_ops_t *); 143 extern void kobject_initialize(kobject_t *, kobject_type_t, void *); 143 144 extern kobject_t *kobject_get(struct task *, cap_handle_t, kobject_type_t); 144 145 extern void kobject_add_ref(kobject_t *);
Note:
See TracChangeset
for help on using the changeset viewer.