From 2ce456eef9404b738dfad5f5d02e860cc139d391 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Fri, 12 Aug 2022 10:22:15 -0700 Subject: sys/fuchsia: update the ioport system calls (#3294) Co-authored-by: Chris Palmer --- sys/fuchsia/ioports.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/fuchsia/ioports.txt (limited to 'sys') diff --git a/sys/fuchsia/ioports.txt b/sys/fuchsia/ioports.txt new file mode 100644 index 000000000..75db293fc --- /dev/null +++ b/sys/fuchsia/ioports.txt @@ -0,0 +1,9 @@ +# 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/ioports.fidl + +include + +zx_ioports_request(handle zx_resource, io_addr int16, length int32) +zx_ioports_release(handle zx_resource, io_addr int16, length int32) -- cgit mrf-deployment