Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 632 Bytes

debuglog_create.md

File metadata and controls

42 lines (23 loc) · 632 Bytes

zx_debuglog_create

NAME

debuglog_create - TODO(ZX-3106)

SYNOPSIS

#include <zircon/syscalls.h>

zx_status_t zx_debuglog_create(zx_handle_t resource,
                               uint32_t options,
                               zx_handle_t* out);

DESCRIPTION

TODO(ZX-3106)

RIGHTS

resource must have resource kind ZX_RSRC_KIND_ROOT.

RETURN VALUE

TODO(ZX-3106)

ERRORS

TODO(ZX-3106)

SEE ALSO

TODO(ZX-3106)