Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
vgtod.h
Go to the documentation of this file.
1 #ifndef _ASM_X86_VGTOD_H
2 #define _ASM_X86_VGTOD_H
3 
4 #include <asm/vsyscall.h>
5 #include <linux/clocksource.h>
6 
9 
10  struct { /* extract of a clocksource struct */
16  } clock;
17 
18  /* open coded 'struct timespec' */
23 
24  struct timezone sys_tz;
27 };
29 
30 #endif /* _ASM_X86_VGTOD_H */