blob: e5c5c134000e125312cb47d2d9fa3f539e9f35cd [file] [log] [blame] [view]
# zx_ioports_request
## NAME
<!-- Updated by update-docs-from-abigen, do not edit. -->
TODO(ZX-3106)
## SYNOPSIS
<!-- Updated by update-docs-from-abigen, do not edit. -->
```c
#include <zircon/syscalls.h>
zx_status_t zx_ioports_request(zx_handle_t resource,
uint16_t io_addr,
uint32_t len);
```
## DESCRIPTION
TODO(ZX-3106)
## RIGHTS
<!-- Updated by update-docs-from-abigen, do not edit. -->
*resource* must have resource kind **ZX_RSRC_KIND_IOPORT**.
## RETURN VALUE
TODO(ZX-3106)
## ERRORS
TODO(ZX-3106)
## SEE ALSO
TODO(ZX-3106)