vsyscall.h 333 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_VDSO_VSYSCALL_H
  3. #define __ASM_VDSO_VSYSCALL_H
  4. #ifndef __ASSEMBLER__
  5. #include <vdso/datapage.h>
  6. /* The asm-generic header needs to be included after the definitions above */
  7. #include <asm-generic/vdso/vsyscall.h>
  8. #endif /* !__ASSEMBLER__ */
  9. #endif /* __ASM_VDSO_VSYSCALL_H */