From 6aad5879f798f115f13dcf1e9591971255b236f5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 19 Aug 2017 08:29:32 +0200 Subject: sys: support arm arch Not tested, but const extraction and build works. Update #324 Update #191 --- sys/socket_inet_icmp_arm.const | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys/socket_inet_icmp_arm.const (limited to 'sys/socket_inet_icmp_arm.const') diff --git a/sys/socket_inet_icmp_arm.const b/sys/socket_inet_icmp_arm.const new file mode 100644 index 000000000..17591ddd3 --- /dev/null +++ b/sys/socket_inet_icmp_arm.const @@ -0,0 +1,11 @@ +# AUTOGENERATED FILE +AF_INET = 2 +AF_INET6 = 10 +ICMP_FILTER = 1 +IPPROTO_ICMP = 1 +IPPROTO_ICMPV6 = 58 +SOCK_DGRAM = 2 +SOCK_RAW = 3 +__NR_setsockopt = 9437478 +__NR_socket = 9437465 +__NR_socketpair = 9437472 -- cgit mrf-deployment