zx_system_powerctl

NAME

TODO(ZX-3106)

SYNOPSIS

#include <zircon/syscalls.h>

zx_status_t zx_system_powerctl(zx_handle_t resource,
                               uint32_t cmd,
                               const zx_system_powerctl_arg_t* arg);

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)