tree: 3cada5165c46da63dd1e61e0b25fecfe29b2b2fe [path history] [tgz]
  1. bti.test.fidl
  2. cache.test.fidl
  3. channel.test.fidl
  4. clock.test.fidl
  5. cprng.test.fidl
  6. debug.test.fidl
  7. debuglog.test.fidl
  8. event.test.fidl
  9. eventpair.test.fidl
  10. exception.test.fidl
  11. fifo.test.fidl
  12. framebuffer.test.fidl
  13. futex.test.fidl
  14. guest.test.fidl
  15. handle.test.fidl
  16. interrupt.test.fidl
  17. iommu.test.fidl
  18. ioports.test.fidl
  19. job.test.fidl
  20. ktrace.test.fidl
  21. misc.test.fidl
  22. mtrace.test.fidl
  23. object.test.fidl
  24. OWNERS
  25. pager.test.fidl
  26. pc.test.fidl
  27. pci.test.fidl
  28. pmt.test.fidl
  29. port.test.fidl
  30. process.test.fidl
  31. profile.test.fidl
  32. README.md
  33. resource.test.fidl
  34. rights.test.fidl
  35. smc.test.fidl
  36. socket.test.fidl
  37. syscall.test.fidl
  38. system.test.fidl
  39. task.test.fidl
  40. thread.test.fidl
  41. timer.test.fidl
  42. vcpu.test.fidl
  43. vmar.test.fidl
  44. vmo.test.fidl
  45. zx.test.fidl
zircon/experimental/syscalls/README.md

Syscall definitions

This is a work-in-progress definition of syscalls as FIDL.

This is not yet used by the build! Do not worry about updating it!

The location you're looking for is currently //zircon/system/public/zircon/syscalls.banjo.

Notes for interested in working on the transition

  • Named xyz.test.fidl for now only to not require API review on gerrit, and to make it slightly more clear that they're not the real definitions yet.
  • See tools/kazoo for the processor of these, and in particular the in-progress tests that compare the output of fidlc+kazoo to the current output of banjo+abigen.