aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/linux/ptp_clock.h
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2023-11-11 02:21:37 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2023-11-11 02:40:39 +0300
commitc9eb66546bc5c72ff6a4424f5c73ada67d0aeaa8 (patch)
tree4a18f83f5979766f6a360805a97500e9b2beeb75 /contrib/libs/linux-headers/linux/ptp_clock.h
parent638336990198a7f36d43cfd21a42b25d9dcb6efc (diff)
downloadydb-c9eb66546bc5c72ff6a4424f5c73ada67d0aeaa8.tar.gz
Update contrib/libs/linux-headers to 6.5.9
Diffstat (limited to 'contrib/libs/linux-headers/linux/ptp_clock.h')
-rw-r--r--contrib/libs/linux-headers/linux/ptp_clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/libs/linux-headers/linux/ptp_clock.h b/contrib/libs/linux-headers/linux/ptp_clock.h
index 1d108d597f..05cc35fc94 100644
--- a/contrib/libs/linux-headers/linux/ptp_clock.h
+++ b/contrib/libs/linux-headers/linux/ptp_clock.h
@@ -95,7 +95,8 @@ struct ptp_clock_caps {
int cross_timestamping;
/* Whether the clock supports adjust phase */
int adjust_phase;
- int rsv[12]; /* Reserved for future use. */
+ int max_phase_adj; /* Maximum phase adjustment in nanoseconds. */
+ int rsv[11]; /* Reserved for future use. */
};
struct ptp_extts_request {