diff options
| author | Ange Albertini <corkami@google.com> | 2022-10-31 07:42:28 +0000 |
|---|---|---|
| committer | Chris Palmer <snackypants@gmail.com> | 2022-11-03 11:29:27 -0700 |
| commit | 26721f10cc7e48985468d3d94594e66b98cdbb53 (patch) | |
| tree | 2f4c76f0c717fe010e7db04e7e8262a4c20eaaad /sys | |
| parent | a2ae3e5f5ab286953b3c6c1ee865a6d5705ad772 (diff) | |
sys/fuchsia: updated iommu syscall definition
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fuchsia/iommu.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fuchsia/iommu.txt b/sys/fuchsia/iommu.txt index f6bcffbbf..ed6ba333b 100644 --- a/sys/fuchsia/iommu.txt +++ b/sys/fuchsia/iommu.txt @@ -7,6 +7,6 @@ include <zircon/syscalls.h> resource zx_iommu[zx_handle] -zx_iommu_create(handle zx_handle, type flags[iommu_create_type], desc ptr[in, array[int8]], size len[desc], out_handle ptr[out, zx_iommu]) +zx_iommu_create(handle zx_resource, type flags[iommu_create_type], desc ptr[in, array[int8]], size len[desc], out_handle ptr[out, zx_iommu]) iommu_create_type = ZX_IOMMU_TYPE_DUMMY |
