Add functions in sysinfo.h.

Bug: 17703902

Change-Id: I699d12d76a8fc483c919be730c2ac63641b71a1d
This commit is contained in:
Yabin Cui
2014-11-14 15:51:58 -08:00
parent 661423a453
commit 9d93986481
6 changed files with 160 additions and 84 deletions

View File

@@ -33,7 +33,15 @@
__BEGIN_DECLS
extern int sysinfo (struct sysinfo *info);
int sysinfo(struct sysinfo* info);
int get_nprocs_conf(void);
int get_nprocs(void);
long get_phys_pages(void);
long get_avphys_pages(void);
__END_DECLS