blob: e5e67fdb2166816a18d14e7615c53c80e9c92a04 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// !!! THIS FILE IS NOT YET USED !!!
// See //zircon/system/public/zircon/syscalls.banjo.
// !!! THIS FILE IS NOT YET USED !!!
library zz;
[Transport="Syscall"]
protocol Ioports {
[In0="handle<resource>:kind=IOPORT"]
Request(handle<resource> resource, uint16 io_addr, uint32 len) -> (status status);
[In0="handle<resource>:kind=IOPORT"]
Release(handle<resource> resource, uint16 io_addr, uint32 len) -> (status status);
};