tree: d3911311d514a49280b7f967889b9f3417ab3cda [path history] [tgz]
  1. BUILD.gn
  2. 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.