From 54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 10 Aug 2020 07:51:02 +0200 Subject: sys/linux: switch to the new .const format This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983 --- sys/linux/dev_ptp_amd64.const | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 sys/linux/dev_ptp_amd64.const (limited to 'sys/linux/dev_ptp_amd64.const') diff --git a/sys/linux/dev_ptp_amd64.const b/sys/linux/dev_ptp_amd64.const deleted file mode 100644 index 67879652e..000000000 --- a/sys/linux/dev_ptp_amd64.const +++ /dev/null @@ -1,29 +0,0 @@ -# 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 = 16 -__NR_openat = 257 -__NR_read = 0 -- cgit mrf-deployment