cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / include / x86_64-linux-gnu / asm / vsyscall.h
diff --git a/i686-linux-gnu-4.7/usr/include/x86_64-linux-gnu/asm/vsyscall.h b/i686-linux-gnu-4.7/usr/include/x86_64-linux-gnu/asm/vsyscall.h
new file mode 100644 (file)
index 0000000..4a1bbdc
--- /dev/null
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+#ifndef _ASM_X86_VSYSCALL_H
+#define _ASM_X86_VSYSCALL_H
+
+enum vsyscall_num {
+       __NR_vgettimeofday,
+       __NR_vtime,
+       __NR_vgetcpu,
+};
+
+#define VSYSCALL_ADDR (-10UL << 20)
+
+#endif /* _ASM_X86_VSYSCALL_H */