libsysutils

diff include/sysinfo.h @ 0:a8277d8f687a

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 19 Feb 2015 01:33:54 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/include/sysinfo.h	Thu Feb 19 01:33:54 2015 +0200
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef LIBSYSUTILS_SYSINFO_H_
     1.5 +#define LIBSYSUTILS_SYSINFO_H_
     1.6 +
     1.7 +int sysu_get_num_processors(void);
     1.8 +
     1.9 +#endif	/* LIBSYSUTILS_SYSINFO_H_ */