| # zx_ioports_request |
| |
| ## NAME |
| |
| <!-- Updated by update-docs-from-abigen, do not edit. --> |
| |
| ioports_request - TODO(ZX-3106) |
| |
| ## SYNOPSIS |
| |
| <!-- Updated by update-docs-from-abigen, do not edit. --> |
| |
| ``` |
| #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) |