From 99c7e4ecfa8ec1fd402d22caea619c5df72ef169 Mon Sep 17 00:00:00 2001 From: Dokyung Song Date: Mon, 27 Aug 2018 17:48:08 -0700 Subject: sys/fuchsia: describe method response types & handles; add support for union * 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) --- sys/fuchsia/fidl_process_amd64.const | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sys/fuchsia/fidl_process_amd64.const (limited to 'sys/fuchsia/fidl_process_amd64.const') diff --git a/sys/fuchsia/fidl_process_amd64.const b/sys/fuchsia/fidl_process_amd64.const new file mode 100644 index 000000000..52bb8969d --- /dev/null +++ b/sys/fuchsia/fidl_process_amd64.const @@ -0,0 +1,2 @@ +# AUTOGENERATED FILE +ZX_CHANNEL_MAX_MSG_BYTES = 65536 -- cgit mrf-deployment