aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/fidl_process_arm64.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/fuchsia: Updating Fuchsia definitionsPascal Perez2019-05-211-2/+0
| | | | | | Simply make extract TARGETOS=fuchsia SOURCEDIR=<FUCHSIA_DIR>/fuchsia
* sys/fuchsia: describe method response types & handles; add support for unionDokyung Song2018-08-291-0/+2
* create a response handle structure for each FIDL method * generate zx_channel_write for requests having no response * generate zx_channel_read for events (no request but just response) * translate FIDL union types to syzkaller union types (see fuchsia_io_ObjectInfoHandles)