Changeset 62550dce in mainline for uspace/lib/c/include/ps.h


Ignore:
Timestamp:
2010-04-01T21:31:25Z (14 years ago)
Author:
Stanislav Kozina <stanislav.kozina@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dd6c71c
Parents:
79edc36
Message:

ps -c echoes info about CPU's
cpu count is accessible through sysinfo("cpu.count")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ps.h

    r79edc36 r62550dce  
    3838#include <task.h>
    3939#include <kernel/ps/taskinfo.h>
     40#include <kernel/ps/cpuinfo.h>
    4041
     42extern int get_cpu_info(uspace_cpu_info_t *cpus);
    4143extern size_t get_task_ids(task_id_t *ids, size_t size);
    4244extern int get_task_info(task_id_t id, task_info_t *info);
Note: See TracChangeset for help on using the changeset viewer.