From 26721f10cc7e48985468d3d94594e66b98cdbb53 Mon Sep 17 00:00:00 2001 From: Ange Albertini Date: Mon, 31 Oct 2022 07:42:28 +0000 Subject: sys/fuchsia: updated iommu syscall definition --- sys/fuchsia/iommu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fuchsia') 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 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 -- cgit mrf-deployment