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_386.const | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/linux/dev_rfkill_386.const (limited to 'sys/linux/dev_rfkill_386.const') diff --git a/sys/linux/dev_rfkill_386.const b/sys/linux/dev_rfkill_386.const new file mode 100644 index 000000000..d1a492d6a --- /dev/null +++ b/sys/linux/dev_rfkill_386.const @@ -0,0 +1,7 @@ +# AUTOGENERATED FILE +NUM_RFKILL_TYPES = 9 +RFKILL_IOCTL_NOINPUT = 20993 +RFKILL_OP_CHANGE_ALL = 3 +__NR_ioctl = 54 +__NR_read = 3 +__NR_write = 4 -- cgit mrf-deployment