diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 04:54:54 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-26 04:54:54 +0200 |
| commit | 77e79ca08e54764a84a6f0dfa83bcfc9a7494d08 (patch) | |
| tree | 746fcb97b690e88bf60a4cfb98e876d9f8d2dbd1 /sys/linux/userio_amd64.const | |
| parent | 36d87ddbf8693dafac3c0952094063326817a9a0 (diff) | |
sys/linux: add userio descriptions
Update #533
Diffstat (limited to 'sys/linux/userio_amd64.const')
| -rw-r--r-- | sys/linux/userio_amd64.const | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/linux/userio_amd64.const b/sys/linux/userio_amd64.const new file mode 100644 index 000000000..5ab394701 --- /dev/null +++ b/sys/linux/userio_amd64.const @@ -0,0 +1,7 @@ +# AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 +USERIO_CMD_REGISTER = 0 +USERIO_CMD_SEND_INTERRUPT = 2 +USERIO_CMD_SET_PORT_TYPE = 1 +__NR_openat = 257 +__NR_write = 1 |
