blob: 3edd58eef469d5e370b59ee319a14145ed17c9aa [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Elliott Hughesabd62612013-11-08 11:45:48 -08007#ifndef _UAPI_ASM_X86_VSYSCALL_H
8#define _UAPI_ASM_X86_VSYSCALL_H
9enum vsyscall_num {
Tao Baod7db5942015-01-28 10:07:51 -080010 __NR_vgettimeofday,
Tao Baod7db5942015-01-28 10:07:51 -080011 __NR_vtime,
12 __NR_vgetcpu,
Elliott Hughesabd62612013-11-08 11:45:48 -080013};
Tao Baod7db5942015-01-28 10:07:51 -080014#define VSYSCALL_ADDR (- 10UL << 20)
Elliott Hughesabd62612013-11-08 11:45:48 -080015#endif