• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

efi/21-Aug-2025-

zircon/21-Aug-2025-

MAINTAINERS A D21-Aug-202542 32

README.md A D21-Aug-2025478 128

README.md

1## Zircon Private Headers
2
3This directory is in the include path for all kernel and system
4modules in Zircon, but unlike system/public, it is *not* exported
5into the include directory of the generated sysroot.
6
7Most headers should live with their respective libraries.  These
8headers are ones that need to be global because they define protocols
9or utilities shared between user and kernel or between user modules,
10that *are not* publicly visible outside of Zircon.
11
12