at v6.9 12 lines 244 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __S390_ASM_VDSO_DATA_H 3#define __S390_ASM_VDSO_DATA_H 4 5#include <linux/types.h> 6 7struct arch_vdso_data { 8 __s64 tod_steering_delta; 9 __u64 tod_steering_end; 10}; 11 12#endif /* __S390_ASM_VDSO_DATA_H */