diff options
| author | Ange Albertini <corkami@google.com> | 2022-10-31 13:21:55 +0000 |
|---|---|---|
| committer | Chris Palmer <snackypants@gmail.com> | 2022-10-31 12:22:55 -0700 |
| commit | 43f72c2d1ec13334e7f6dbff1992d22ebd2d0c3d (patch) | |
| tree | 5109e8db9dea62d6d8a28010d491df05517273c5 /sys | |
| parent | 2a71366bacf3bf9a3a1a149e631fb15a7d0f2077 (diff) | |
sys/fuchsia: updated msi syscalls definitions
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fuchsia/msi.txt | 5 |
1 files changed, 2 insertions, 3 deletions
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 <zircon/types.h> 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 |
