Changeset c0f13d2 in mainline for kernel/generic/include
- Timestamp:
- 2010-06-10T16:04:07Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48dcc69
- Parents:
- 8eec3c8
- Location:
- kernel/generic/include
- Files:
-
- 2 edited
-
console/kconsole.h (modified) (1 diff)
-
proc/task.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/console/kconsole.h
r8eec3c8 rc0f13d2 47 47 ARG_TYPE_INT, 48 48 ARG_TYPE_STRING, 49 /** Optional string */ 50 ARG_TYPE_STRING_OPTIONAL, 49 51 /** Variable type - either symbol or string. */ 50 52 ARG_TYPE_VAR -
kernel/generic/include/proc/task.h
r8eec3c8 rc0f13d2 138 138 extern int task_kill(task_id_t); 139 139 extern void task_get_accounting(task_t *, uint64_t *, uint64_t *); 140 extern void task_print_list( void);140 extern void task_print_list(bool); 141 141 142 142 extern void cap_set(task_t *, cap_t);
Note:
See TracChangeset
for help on using the changeset viewer.
