Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 21-Aug-2025 | - | ||||
efi/ | 21-Aug-2025 | - | ||||
zircon/ | 21-Aug-2025 | - | ||||
MAINTAINERS | A D | 21-Aug-2025 | 42 | 3 | 2 | |
README.md | A D | 21-Aug-2025 | 478 | 12 | 8 |
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