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 struct fsyscall_gtod_data_t
{
11 struct timespec wall_time
;
12 struct timespec monotonic_time
;
18 } ____cacheline_aligned
;
20 struct itc_jitter_data_t
{
23 } ____cacheline_aligned
;