From 0d081107beadbdcb65578a5f52d1bac0103cc963 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 17 Mar 2019 17:15:58 +0300 Subject: sys/linux: Add rfkill description for Linux --- sys/linux/dev_rfkill_arm64.const | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/linux/dev_rfkill_arm64.const (limited to 'sys/linux/dev_rfkill_arm64.const') diff --git a/sys/linux/dev_rfkill_arm64.const b/sys/linux/dev_rfkill_arm64.const new file mode 100644 index 000000000..22d2d5230 --- /dev/null +++ b/sys/linux/dev_rfkill_arm64.const @@ -0,0 +1,7 @@ +# AUTOGENERATED FILE +NUM_RFKILL_TYPES = 9 +RFKILL_IOCTL_NOINPUT = 20993 +RFKILL_OP_CHANGE_ALL = 3 +__NR_ioctl = 29 +__NR_read = 63 +__NR_write = 64 -- cgit mrf-deployment