Skip to content

Commit

Permalink
remove SOF_TIMESTAMPING_BIND_PHC for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Folkert committed Aug 25, 2022
1 parent 2ad2903 commit 075ca11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libc-test/semver/linux.txt
Expand Up @@ -2085,7 +2085,6 @@ SOF_TIMESTAMPING_OPT_TSONLY
SOF_TIMESTAMPING_OPT_STATS
SOF_TIMESTAMPING_OPT_PKTINFO
SOF_TIMESTAMPING_OPT_TX_SWHW
SOF_TIMESTAMPING_BIND_PHC
SOF_TXTIME_DEADLINE_MODE
SOF_TXTIME_REPORT_ERRORS
SOL_AAL
Expand Down
1 change: 0 additions & 1 deletion src/unix/linux_like/linux/mod.rs
Expand Up @@ -2681,7 +2681,6 @@ pub const SOF_TIMESTAMPING_OPT_TSONLY: ::c_uint = 1 << 11;
pub const SOF_TIMESTAMPING_OPT_STATS: ::c_uint = 1 << 12;
pub const SOF_TIMESTAMPING_OPT_PKTINFO: ::c_uint = 1 << 13;
pub const SOF_TIMESTAMPING_OPT_TX_SWHW: ::c_uint = 1 << 14;
pub const SOF_TIMESTAMPING_BIND_PHC: ::c_uint = 1 << 15;
pub const SOF_TXTIME_DEADLINE_MODE: u32 = 1 << 0;
pub const SOF_TXTIME_REPORT_ERRORS: u32 = 1 << 1;

Expand Down

0 comments on commit 075ca11

Please sign in to comment.