mirror of
https://github.com/systemd/systemd.git
synced 2026-07-17 04:50:47 +00: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 */
|