~maresja1/helenos/qemu_porting

« back to all changes in this revision

Viewing changes to uspace/lib/c/include/stats.h

  • Committer: Martin Decky
  • Date: 2011-08-09 18:08:23 UTC
  • Revision ID: martin@decky.cz-20110809180823-yf3gc26yqs7p30sq
do not provide general access to kernel headers from uspace, only allow specific headers to be accessed or shared
externalize headers which serve as kernel/uspace API/ABI into a special tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include <thread.h>
40
40
#include <stdint.h>
41
41
#include <bool.h>
42
 
#include <kernel/sysinfo/abi.h>
 
42
#include <sys/types.h>
 
43
#include <abi/sysinfo.h>
43
44
 
44
45
extern stats_cpu_t *stats_get_cpus(size_t *);
45
46
extern stats_physmem_t *stats_get_physmem(void);