File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2673,6 +2673,15 @@ pub const SOF_TIMESTAMPING_RX_SOFTWARE: ::c_uint = 1 << 3;
2673
2673
pub const SOF_TIMESTAMPING_SOFTWARE : :: c_uint = 1 << 4 ;
2674
2674
pub const SOF_TIMESTAMPING_SYS_HARDWARE : :: c_uint = 1 << 5 ;
2675
2675
pub const SOF_TIMESTAMPING_RAW_HARDWARE : :: c_uint = 1 << 6 ;
2676
+ pub const SOF_TIMESTAMPING_OPT_ID : :: c_uint = 1 << 7 ;
2677
+ pub const SOF_TIMESTAMPING_TX_SCHED : :: c_uint = 1 << 8 ;
2678
+ pub const SOF_TIMESTAMPING_TX_ACK : :: c_uint = 1 << 9 ;
2679
+ pub const SOF_TIMESTAMPING_OPT_CMSG : :: c_uint = 1 << 10 ;
2680
+ pub const SOF_TIMESTAMPING_OPT_TSONLY : :: c_uint = 1 << 11 ;
2681
+ pub const SOF_TIMESTAMPING_OPT_STATS : :: c_uint = 1 << 12 ;
2682
+ pub const SOF_TIMESTAMPING_OPT_PKTINFO : :: c_uint = 1 << 13 ;
2683
+ pub const SOF_TIMESTAMPING_OPT_TX_SWHW : :: c_uint = 1 << 14 ;
2684
+ pub const SOF_TIMESTAMPING_BIND_PHC : :: c_uint = 1 << 15 ;
2676
2685
pub const SOF_TXTIME_DEADLINE_MODE : u32 = 1 << 0 ;
2677
2686
pub const SOF_TXTIME_REPORT_ERRORS : u32 = 1 << 1 ;
2678
2687
You can’t perform that action at this time.
0 commit comments