blob: 2d7a9f7fe2da9b5015d2af8066729f5d607a0fc3 [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 Iommu {
/// Create a new IOMMU object in the kernel.
/// Rights: resource must have resource kind ZX_RSRC_KIND_ROOT.
Create(handle<resource> resource, uint32 type, vector_void desc) ->
(status status, handle<iommu> out);
};