diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-08-14 14:50:52 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-15 00:10:16 +0200 |
| commit | 0e6dcb8809ad92abc3828b58e2e383f8d98b03da (patch) | |
| tree | f33905e81287bddeae5f0cb67a4e97938a025140 /sys/linux/uhid_amd64.const | |
| parent | e1dda36ed949fd8272f14b022ef9ac74f3efa26a (diff) | |
sys/linux: add uhid support
Diffstat (limited to 'sys/linux/uhid_amd64.const')
| -rw-r--r-- | sys/linux/uhid_amd64.const | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/linux/uhid_amd64.const b/sys/linux/uhid_amd64.const new file mode 100644 index 000000000..d3792dc99 --- /dev/null +++ b/sys/linux/uhid_amd64.const @@ -0,0 +1,14 @@ +# AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 +O_RDWR = 2 +O_RDWR_NONBLOCK = 2050 +UHID_CREATE = 0 +UHID_CREATE2 = 11 +UHID_DATA_MAX = 4096 +UHID_DESTROY = 1 +UHID_GET_REPORT_REPLY = 10 +UHID_INPUT = 8 +UHID_INPUT2 = 12 +UHID_SET_REPORT_REPLY = 14 +__NR_openat = 257 +__NR_write = 1 |
