aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia
diff options
context:
space:
mode:
authorChris Palmer <snackypants@gmail.com>2022-08-12 10:22:15 -0700
committerGitHub <noreply@github.com>2022-08-12 10:22:15 -0700
commit2ce456eef9404b738dfad5f5d02e860cc139d391 (patch)
treee1ce89c544a7d435b064b8cb122966c399ba9b5a /sys/fuchsia
parentee22bcdc4a89e0bf1211feb7895d4d629f1b4190 (diff)
sys/fuchsia: update the ioport system calls (#3294)
Co-authored-by: Chris Palmer <palmer@google.com>
Diffstat (limited to 'sys/fuchsia')
-rw-r--r--sys/fuchsia/ioports.txt9
1 files changed, 9 insertions, 0 deletions
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 <zircon/syscalls.h>
+
+zx_ioports_request(handle zx_resource, io_addr int16, length int32)
+zx_ioports_release(handle zx_resource, io_addr int16, length int32)