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/random_arm.const | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/random_arm.const (limited to 'sys/random_arm.const') diff --git a/sys/random_arm.const b/sys/random_arm.const new file mode 100644 index 000000000..8e2eb1191 --- /dev/null +++ b/sys/random_arm.const @@ -0,0 +1,7 @@ +# AUTOGENERATED FILE +RNDADDENTROPY = 1074287107 +RNDADDTOENTCNT = 1074024961 +RNDCLEARPOOL = 20998 +RNDGETENTCNT = 2147766784 +RNDZAPENTCNT = 20996 +__NR_ioctl = 9437238 -- cgit mrf-deployment