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 7 struct arch_vdso_data { 8 __s64 tod_steering_delta; 9 __u64 tod_steering_end; 10 }; 11 12 #endif /* __S390_ASM_VDSO_DATA_H */ 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.