sysinfo.h 235 B

123456789101112131415
  1. #ifndef _SYS_SYSINFO_H
  2. #define _SYS_SYSINFO_H
  3. #include <features.h>
  4. #include <linux/kernel.h>
  5. __BEGIN_DECLS
  6. extern int sysinfo __P((struct sysinfo *__info));
  7. extern int __sysinfo __P((struct sysinfo *__info));
  8. __END_DECLS
  9. #endif