File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -1687,17 +1687,6 @@ pub const SOF_TIMESTAMPING_RX_SOFTWARE: ::c_uint = 1 << 3;
1687
1687
pub const SOF_TIMESTAMPING_SOFTWARE : :: c_uint = 1 << 4 ;
1688
1688
pub const SOF_TIMESTAMPING_SYS_HARDWARE : :: c_uint = 1 << 5 ;
1689
1689
pub const SOF_TIMESTAMPING_RAW_HARDWARE : :: c_uint = 1 << 6 ;
1690
- pub const SOF_TIMESTAMPING_OPT_ID : :: c_uint = 1 << 7 ;
1691
- pub const SOF_TIMESTAMPING_TX_SCHED : :: c_uint = 1 << 8 ;
1692
- pub const SOF_TIMESTAMPING_TX_ACK : :: c_uint = 1 << 9 ;
1693
- pub const SOF_TIMESTAMPING_OPT_CMSG : :: c_uint = 1 << 10 ;
1694
- pub const SOF_TIMESTAMPING_OPT_TSONLY : :: c_uint = 1 << 11 ;
1695
- pub const SOF_TIMESTAMPING_OPT_STATS : :: c_uint = 1 << 12 ;
1696
- pub const SOF_TIMESTAMPING_OPT_PKTINFO : :: c_uint = 1 << 13 ;
1697
- pub const SOF_TIMESTAMPING_OPT_TX_SWHW : :: c_uint = 1 << 14 ;
1698
- pub const SOF_TIMESTAMPING_LAST : :: c_uint = SOF_TIMESTAMPING_OPT_TX_SWHW ;
1699
- pub const SOF_TIMESTAMPING_MASK : :: c_uint = ( SOF_TIMESTAMPING_LAST - 1 )
1700
- | SOF_TIMESTAMPING_LAST ;
1701
1690
1702
1691
f ! {
1703
1692
pub fn CPU_ZERO ( cpuset: & mut cpu_set_t) -> ( ) {
You can’t perform that action at this time.
0 commit comments