File tree 3 files changed +0
-6
lines changed
src/unix/linux_like/linux
3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -3813,8 +3813,6 @@ fn test_linux(target: &str) {
3813
3813
|| name == "PTP_CLOCK_GETCAPS2"
3814
3814
|| name == "PTP_ENABLE_PPS2"
3815
3815
|| name == "PTP_EXTTS_REQUEST2"
3816
- || name == "PTP_MASK_CLEAR_ALL"
3817
- || name == "PTP_MASK_EN_SINGLE"
3818
3816
|| name == "PTP_PEROUT_REQUEST2"
3819
3817
|| name == "PTP_PIN_GETFUNC2"
3820
3818
|| name == "PTP_PIN_SETFUNC2"
Original file line number Diff line number Diff line change @@ -2081,8 +2081,6 @@ PTP_SYS_OFFSET_EXTENDED
2081
2081
PTP_SYS_OFFSET_EXTENDED2
2082
2082
PTP_SYS_OFFSET_PRECISE
2083
2083
PTP_SYS_OFFSET_PRECISE2
2084
- PTP_MASK_CLEAR_ALL
2085
- PTP_MASK_EN_SINGLE
2086
2084
PTRACE_ATTACH
2087
2085
PTRACE_CONT
2088
2086
PTRACE_DETACH
Original file line number Diff line number Diff line change @@ -4205,8 +4205,6 @@ pub const PTP_SYS_OFFSET_PRECISE2: ::c_uint =
4205
4205
ioctl:: _IOWR :: < ptp_sys_offset_precise > ( PTP_CLK_MAGIC , 17 ) ;
4206
4206
pub const PTP_SYS_OFFSET_EXTENDED2 : :: c_uint =
4207
4207
ioctl:: _IOWR :: < ptp_sys_offset_extended > ( PTP_CLK_MAGIC , 18 ) ;
4208
- pub const PTP_MASK_CLEAR_ALL : :: c_uint = ioctl:: _IO ( PTP_CLK_MAGIC , 19 ) ;
4209
- pub const PTP_MASK_EN_SINGLE : :: c_uint = ioctl:: _IOW :: < :: c_uint > ( PTP_CLK_MAGIC , 20 ) ;
4210
4208
4211
4209
// enum ptp_pin_function
4212
4210
pub const PTP_PF_NONE : :: c_uint = 0 ;
You can’t perform that action at this time.
0 commit comments