/
usr
/
src
/
linux-headers-5.15.0-181
/
arch
/
s390
/
include
/
asm
/
vdso
/
/usr/src/linux-headers-5.15.0-181/arch/s390/include/asm/vdso
mkdir
upload
Name
Size
Mode
Actions
clocksource.h
196
0644
edit
dl
rm
data.h
271
0644
edit
dl
rm
gettimeofday.h
1515
0644
edit
dl
rm
processor.h
174
0644
edit
dl
rm
vsyscall.h
644
0644
edit
dl
rm
Edit:
/usr/src/linux-headers-5.15.0-181/arch/s390/include/asm/vdso/data.h
(271B)
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __S390_ASM_VDSO_DATA_H #define __S390_ASM_VDSO_DATA_H #include <linux/types.h> #include <vdso/datapage.h> struct arch_vdso_data { __s64 tod_steering_delta; __u64 tod_steering_end; }; #endif /* __S390_ASM_VDSO_DATA_H */
Save
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __S390_ASM_VDSO_DATA_H #define __S390_ASM_VDSO_DATA_H #include
#include
struct arch_vdso_data { __s64 tod_steering_delta; __u64 tod_steering_end; }; #endif /* __S390_ASM_VDSO_DATA_H */