]> Git Repo - J-linux.git/blob - arch/s390/include/asm/vdso/time_data.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / s390 / include / asm / vdso / time_data.h
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 */
This page took 0.026435 seconds and 4 git commands to generate.