mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09: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 */
|