tree: a32db2568e17d298a48068972ce49b6c38c53c4d
  1. BUILD.bazel
  2. BUILD.gn
  3. README.md
zircon/vdso/zx/README.md

zx FIDL library

The library imported by using zx; statements in .fidl files.

This library is the subset of syscall interface (e.g., its data types) that is modelable in FIDL today. This library is not to be confused with //zircon/vdso, which describes the complement, representing a strict superset of this one (using experimental FIDL). As described there, more of that library will eventually be migrated into this one as it becomes possible to model new constructs.