1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_LINUX_UTSNAME_H
3 #define _UAPI_LINUX_UTSNAME_H
5 #define __OLD_UTS_LEN 8
7 struct oldold_utsname
{
15 #define __NEW_UTS_LEN 64
26 char sysname
[__NEW_UTS_LEN
+ 1];
27 char nodename
[__NEW_UTS_LEN
+ 1];
28 char release
[__NEW_UTS_LEN
+ 1];
29 char version
[__NEW_UTS_LEN
+ 1];
30 char machine
[__NEW_UTS_LEN
+ 1];
31 char domainname
[__NEW_UTS_LEN
+ 1];
35 #endif /* _UAPI_LINUX_UTSNAME_H */