Skip to content

Commit 10b438a

Browse files
committed
add missing SOF_TIMESTAMPING flags
1 parent 2c7f384 commit 10b438a

File tree

1 file changed

+9
-0
lines changed
  • src/unix/linux_like/linux

1 file changed

+9
-0
lines changed

src/unix/linux_like/linux/mod.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2673,6 +2673,15 @@ pub const SOF_TIMESTAMPING_RX_SOFTWARE: ::c_uint = 1 << 3;
26732673
pub const SOF_TIMESTAMPING_SOFTWARE: ::c_uint = 1 << 4;
26742674
pub const SOF_TIMESTAMPING_SYS_HARDWARE: ::c_uint = 1 << 5;
26752675
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;
26762685
pub const SOF_TXTIME_DEADLINE_MODE: u32 = 1 << 0;
26772686
pub const SOF_TXTIME_REPORT_ERRORS: u32 = 1 << 1;
26782687

0 commit comments

Comments
 (0)