summaryrefslogtreecommitdiff
path: root/include/sys/sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/sysinfo.h')
-rw-r--r--include/sys/sysinfo.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/sys/sysinfo.h b/include/sys/sysinfo.h
new file mode 100644
index 000000000..ebdb7715f
--- /dev/null
+++ b/include/sys/sysinfo.h
@@ -0,0 +1,15 @@
+#ifndef _SYS_SYSINFO_H
+#define _SYS_SYSINFO_H
+
+#include <features.h>
+
+#include <linux/kernel.h>
+
+__BEGIN_DECLS
+
+extern int sysinfo __P((struct sysinfo *__info));
+extern int __sysinfo __P((struct sysinfo *__info));
+
+__END_DECLS
+
+#endif