diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2020-06-25 18:33:18 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-26 16:41:30 +0200 |
| commit | 999d3ea4e03b435a062eca30e08cc65525822d04 (patch) | |
| tree | 90fc58b4e6b5ee8d328709e209a576790b1b6c72 /sys/linux/dev_ptp_riscv64.const | |
| parent | a8829ad2746642ba151c28604c4e77744f8853f2 (diff) | |
sys/linux: add initial support for riscv64
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'sys/linux/dev_ptp_riscv64.const')
| -rw-r--r-- | sys/linux/dev_ptp_riscv64.const | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sys/linux/dev_ptp_riscv64.const b/sys/linux/dev_ptp_riscv64.const new file mode 100644 index 000000000..fd72f3e3d --- /dev/null +++ b/sys/linux/dev_ptp_riscv64.const @@ -0,0 +1,29 @@ +# AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 +PTP_CLOCK_CAPS_SIZE = 80 +PTP_CLOCK_GETCAPS = 2152742145 +PTP_ENABLE_FEATURE = 1 +PTP_ENABLE_PPS = 1074019588 +PTP_EXTTS_REQUEST = 1074806018 +PTP_EXTTS_REQUEST2 = 1074806027 +PTP_FALLING_EDGE = 4 +PTP_MAX_SAMPLES = 25 +PTP_PEROUT_REQUEST = 1077427459 +PTP_PEROUT_REQUEST2 = 1077427468 +PTP_PF_EXTTS = 1 +PTP_PF_NONE = 0 +PTP_PF_PEROUT = 2 +PTP_PF_PHYSYNC = 3 +PTP_PIN_GETFUNC = 3227532550 +PTP_PIN_GETFUNC2 = 3227532559 +PTP_PIN_SETFUNC = 1080048903 +PTP_PIN_SETFUNC2 = 1080048912 +PTP_RISING_EDGE = 2 +PTP_STRICT_FLAGS = 8 +PTP_SYS_OFFSET = 1128283397 +PTP_SYS_OFFSET_EXTENDED = 3300932873 +PTP_SYS_OFFSET_PRECISE = 3225435400 +PTP_SYS_OFFSET_PRECISE_SIZE = 64 +__NR_ioctl = 29 +__NR_openat = 56 +__NR_read = 63 |
