From 88bbb6bc50461da17ccda89a5593db114b3660a6 Mon Sep 17 00:00:00 2001 From: Ange Albertini <105304039+corkamig@users.noreply.github.com> Date: Mon, 29 Aug 2022 20:33:10 +0200 Subject: sys/fuchsia: add the debug syscalls definitions (#3301) * sys/fuchsia: add the debug syscalls definitions * sys/fuchsia: update debug.txt --- sys/fuchsia/debug.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/fuchsia/debug.txt (limited to 'sys') diff --git a/sys/fuchsia/debug.txt b/sys/fuchsia/debug.txt new file mode 100644 index 000000000..1fbb0d950 --- /dev/null +++ b/sys/fuchsia/debug.txt @@ -0,0 +1,10 @@ +# Copyright 2022 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +# See https://cs.opensource.google/fuchsia/fuchsia/+/main:zircon/vdso/debug.fidl + +include + +zx_debug_read(handle zx_resource, buffer ptr[in, array[int8]], buffer_size len[buffer], actual ptr[out, int32]) +zx_debug_write(buffer ptr[in, array[int8]], buffer_size len[buffer]) +zx_debug_send_command(resource_ zx_resource, buffer ptr[in, array[int8]], buffer_size len[buffer]) -- cgit mrf-deployment