tree: beb809c83cc0d0cb1b4647c5d8df0688e87804e8 [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.