aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_uinput_riscv64.const
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-06-25 18:33:18 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-26 16:41:30 +0200
commit999d3ea4e03b435a062eca30e08cc65525822d04 (patch)
tree90fc58b4e6b5ee8d328709e209a576790b1b6c72 /sys/linux/dev_uinput_riscv64.const
parenta8829ad2746642ba151c28604c4e77744f8853f2 (diff)
sys/linux: add initial support for riscv64
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'sys/linux/dev_uinput_riscv64.const')
-rw-r--r--sys/linux/dev_uinput_riscv64.const41
1 files changed, 41 insertions, 0 deletions
diff --git a/sys/linux/dev_uinput_riscv64.const b/sys/linux/dev_uinput_riscv64.const
new file mode 100644
index 000000000..91adb6f86
--- /dev/null
+++ b/sys/linux/dev_uinput_riscv64.const
@@ -0,0 +1,41 @@
+# AUTOGENERATED FILE
+ABS_CNT = 64
+ABS_MAX = 63
+AT_FDCWD = 18446744073709551516
+EV_MAX = 31
+FF_EFFECT_MAX = 87
+FF_MAX = 127
+INPUT_PROP_MAX = 31
+KEY_MAX = 767
+LED_MAX = 15
+MSC_MAX = 7
+O_RDWR = 2
+# O_RDWR_NONBLOCK is not set
+REL_MAX = 15
+SND_MAX = 7
+SW_MAX = 15
+UINPUT_MAX_NAME_SIZE = 80
+UI_ABS_SETUP = 1075598596
+UI_BEGIN_FF_ERASE = 3222033866
+UI_BEGIN_FF_UPLOAD = 3228063176
+UI_DEV_CREATE = 21761
+UI_DEV_DESTROY = 21762
+UI_DEV_SETUP = 1079792899
+UI_END_FF_ERASE = 1074550219
+UI_END_FF_UPLOAD = 1080579529
+UI_GET_SYSNAME_64 = 2151699756
+UI_GET_VERSION = 2147767597
+UI_SET_ABSBIT = 1074025831
+UI_SET_EVBIT = 1074025828
+UI_SET_FFBIT = 1074025835
+UI_SET_KEYBIT = 1074025829
+UI_SET_LEDBIT = 1074025833
+UI_SET_MSCBIT = 1074025832
+UI_SET_PHYS = 1074287980
+UI_SET_PROPBIT = 1074025838
+UI_SET_RELBIT = 1074025830
+UI_SET_SNDBIT = 1074025834
+UI_SET_SWBIT = 1074025837
+__NR_ioctl = 29
+__NR_openat = 56
+__NR_write = 64