1# zx_ioports_request 2 3## NAME 4 5<!-- Updated by update-docs-from-abigen, do not edit. --> 6 7ioports_request - TODO(ZX-3106) 8 9## SYNOPSIS 10 11<!-- Updated by update-docs-from-abigen, do not edit. --> 12 13``` 14#include <zircon/syscalls.h> 15 16zx_status_t zx_ioports_request(zx_handle_t resource, 17 uint16_t io_addr, 18 uint32_t len); 19``` 20 21## DESCRIPTION 22 23TODO(ZX-3106) 24 25## RIGHTS 26 27<!-- Updated by update-docs-from-abigen, do not edit. --> 28 29*resource* must have resource kind **ZX_RSRC_KIND_IOPORT**. 30 31## RETURN VALUE 32 33TODO(ZX-3106) 34 35## ERRORS 36 37TODO(ZX-3106) 38 39## SEE ALSO 40 41 42TODO(ZX-3106) 43