1 /* SPDX-License-Identifier: GPL-2.0 */
3 * (c) Copyright 2007 Hewlett-Packard Development Company, L.P.
4 * Contributed by Peter Keilty <peter.keilty@hp.com>
6 * fsyscall gettimeofday data
9 /* like timespec, but includes "shifted nanoseconds" */
15 struct fsyscall_gtod_data_t
{
17 struct time_sn_spec wall_time
;
18 struct time_sn_spec monotonic_time
;
24 } ____cacheline_aligned
;
26 struct itc_jitter_data_t
{
29 } ____cacheline_aligned
;