summaryrefslogtreecommitdiff
path: root/include/sys/sysinfo.h
blob: ebdb7715f6d90b70e74f3cececbbbb07de2dfec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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