1 #ifndef _ASM_X86_VGTOD_H
2 #define _ASM_X86_VGTOD_H
4 #include <asm/vsyscall.h>
5 #include <linux/clocksource.h>
7 struct vsyscall_gtod_data
{
10 struct { /* extract of a clocksource struct */
18 /* open coded 'struct timespec' */
21 u64 monotonic_time_snsec
;
22 time_t monotonic_time_sec
;
24 struct timezone sys_tz
;
25 struct timespec wall_time_coarse
;
26 struct timespec monotonic_time_coarse
;
28 extern struct vsyscall_gtod_data vsyscall_gtod_data
;
30 #endif /* _ASM_X86_VGTOD_H */