mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
13 lines
171 B
C
13 lines
171 B
C
/*
|
|
* 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 */
|