Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __S390_ASM_VDSO_DATA_H
0003 #define __S390_ASM_VDSO_DATA_H
0004 
0005 #include <linux/types.h>
0006 #include <vdso/datapage.h>
0007 
0008 struct arch_vdso_data {
0009     __s64 tod_steering_delta;
0010     __u64 tod_steering_end;
0011 };
0012 
0013 #endif /* __S390_ASM_VDSO_DATA_H */