logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

vsyscall.h (263B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _ASM_X86_VSYSCALL_H
  3. #define _ASM_X86_VSYSCALL_H
  4. enum vsyscall_num {
  5. __NR_vgettimeofday,
  6. __NR_vtime,
  7. __NR_vgetcpu,
  8. };
  9. #define VSYSCALL_ADDR (-10UL << 20)
  10. #endif /* _ASM_X86_VSYSCALL_H */