xref: /linux/arch/s390/include/asm/vdso/time_data.h (revision cbc16bceea784210d585a42ac9f8f10ce62b300e)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __S390_ASM_VDSO_TIME_DATA_H
3 #define __S390_ASM_VDSO_TIME_DATA_H
4 
5 #include <linux/types.h>
6 
7 struct arch_vdso_time_data {
8 	__s64 tod_steering_delta;
9 	__u64 tod_steering_end;
10 };
11 
12 #endif /* __S390_ASM_VDSO_TIME_DATA_H */
13