Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 728 Bytes

ioports_release.md

File metadata and controls

42 lines (23 loc) · 728 Bytes

zx_ioports_release

SUMMARY

TODO(fxbug.dev/32938)

DECLARATION

#include <zircon/syscalls.h>

zx_status_t zx_ioports_release(zx_handle_t resource,
                               uint16_t io_addr,
                               uint32_t len);

DESCRIPTION

TODO(fxbug.dev/32938)

RIGHTS

resource must have resource kind ZX_RSRC_KIND_IOPORT.

RETURN VALUE

TODO(fxbug.dev/32938)

ERRORS

TODO(fxbug.dev/32938)

SEE ALSO

TODO(fxbug.dev/32938)