tree: 1686a85afd535ca919700e8938ed35b773a5b0c0 [path history] [tgz]
  1. zircon/
  2. OWNERS
  3. README.md
zircon/system/private/README.md

Zircon Private Headers

This directory is in the include path for all kernel and system modules in Zircon, but unlike system/public, it is not exported into the include directory of the generated sysroot.

Most headers should live with their respective libraries. These headers are ones that need to be global because they define protocols or utilities shared between user and kernel or between user modules, that are not publicly visible outside of Zircon.