Changeset 62550dce in mainline for uspace/lib/c/include/ps.h
- Timestamp:
- 2010-04-01T21:31:25Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dd6c71c
- Parents:
- 79edc36
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ps.h
r79edc36 r62550dce 38 38 #include <task.h> 39 39 #include <kernel/ps/taskinfo.h> 40 #include <kernel/ps/cpuinfo.h> 40 41 42 extern int get_cpu_info(uspace_cpu_info_t *cpus); 41 43 extern size_t get_task_ids(task_id_t *ids, size_t size); 42 44 extern int get_task_info(task_id_t id, task_info_t *info);
Note:
See TracChangeset
for help on using the changeset viewer.