diff options
Diffstat (limited to 'klibc/include/sys/sysinfo.h')
-rw-r--r-- | klibc/include/sys/sysinfo.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/klibc/include/sys/sysinfo.h b/klibc/include/sys/sysinfo.h new file mode 100644 index 0000000000..4051c6897a --- /dev/null +++ b/klibc/include/sys/sysinfo.h @@ -0,0 +1,12 @@ +/* + * sys/sysinfo.h + */ + +#ifndef _SYS_SYSINFO_H +#define _SYS_SYSINFO_H + +#include <linux/kernel.h> + +extern int sysinfo (struct sysinfo *info); + +#endif /* _SYS_SYSINFO_H */ |