From 67bec9bb441a668f88e1f1421a7a1e63e659280f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 29 Apr 2018 14:39:33 +0200 Subject: sys/linux: describe block device ioctls Describe block device ioctls. Describe sg device ioctls. Add few more devices. --- sys/linux/sr_arm.const | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sys/linux/sr_arm.const (limited to 'sys/linux/sr_arm.const') diff --git a/sys/linux/sr_arm.const b/sys/linux/sr_arm.const new file mode 100644 index 000000000..e7faafda7 --- /dev/null +++ b/sys/linux/sr_arm.const @@ -0,0 +1,3 @@ +# AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 +__NR_openat = 322 -- cgit mrf-deployment