aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_kcm_arm.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-08-19 08:29:32 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-08-19 10:41:24 +0200
commit6aad5879f798f115f13dcf1e9591971255b236f5 (patch)
treecacdf95c9795459f05bdc1e904b90c10b9b32eb3 /sys/socket_kcm_arm.const
parent838e336594e410898667fa06b15f1116a3b586fd (diff)
sys: support arm arch
Not tested, but const extraction and build works. Update #324 Update #191
Diffstat (limited to 'sys/socket_kcm_arm.const')
-rw-r--r--sys/socket_kcm_arm.const16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/socket_kcm_arm.const b/sys/socket_kcm_arm.const
new file mode 100644
index 000000000..a1a1764a5
--- /dev/null
+++ b/sys/socket_kcm_arm.const
@@ -0,0 +1,16 @@
+# AUTOGENERATED FILE
+AF_KCM = 41
+KCMPROTO_CONNECTED = 0
+KCM_RECV_DISABLE = 1
+SIOCKCMATTACH = 35296
+SIOCKCMCLONE = 35298
+SIOCKCMUNATTACH = 35297
+SOCK_DGRAM = 2
+SOCK_SEQPACKET = 5
+SOL_KCM = 281
+__NR_getsockopt = 9437479
+__NR_ioctl = 9437238
+__NR_recvmsg = 9437481
+__NR_sendmsg = 9437480
+__NR_setsockopt = 9437478
+__NR_socket = 9437465