diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fuchsia/ioports.txt | 9 |
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) |
