logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

arm64.lua (480B)


  1. return {
  2. -- <cd src/arch/arm64/include/uapi && find * -name '*.h' -exec printf "\t'%s',\n" {} + | LC_COLLATE=C sort
  3. 'asm/auxvec.h',
  4. 'asm/bitsperlong.h',
  5. 'asm/bpf_perf_event.h',
  6. 'asm/byteorder.h',
  7. 'asm/fcntl.h',
  8. 'asm/hwcap.h',
  9. 'asm/kvm.h',
  10. 'asm/mman.h',
  11. 'asm/param.h',
  12. 'asm/perf_regs.h',
  13. 'asm/posix_types.h',
  14. 'asm/ptrace.h',
  15. 'asm/setup.h',
  16. 'asm/sigcontext.h',
  17. 'asm/signal.h',
  18. 'asm/statfs.h',
  19. 'asm/sve_context.h',
  20. 'asm/ucontext.h',
  21. 'asm/unistd.h',
  22. unistd={},
  23. }