From 43f72c2d1ec13334e7f6dbff1992d22ebd2d0c3d Mon Sep 17 00:00:00 2001 From: Ange Albertini Date: Mon, 31 Oct 2022 13:21:55 +0000 Subject: sys/fuchsia: updated msi syscalls definitions --- sys/fuchsia/msi.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/fuchsia') diff --git a/sys/fuchsia/msi.txt b/sys/fuchsia/msi.txt index b385d1629..8ccf9dc1b 100644 --- a/sys/fuchsia/msi.txt +++ b/sys/fuchsia/msi.txt @@ -8,8 +8,7 @@ include resource zx_msi[zx_handle] -zx_msi_allocate(handle zx_resource[opt], count flags[msi_count], out_allocation ptr[out, zx_msi]) -zx_msi_create(handle zx_msi, options flags[msi_create_options], msi_id int32, vmo zx_vmo, vmo_offset int32, out_interrupt ptr[out, zx_interrupt]) +zx_msi_allocate(handle zx_resource, count flags[msi_count], out_allocation ptr[out, zx_msi]) +zx_msi_create(handle zx_msi, options const[0], msi_id int32, vmo zx_vmo, vmo_offset int32, out_interrupt ptr[out, zx_interrupt]) msi_count = 1, 2, 4, 8, 16, 32 -msi_create_options = 0 -- cgit mrf-deployment