1# zx_system_powerctl 2 3## NAME 4 5<!-- Updated by update-docs-from-abigen, do not edit. --> 6 7system_powerctl - TODO(ZX-3106) 8 9## SYNOPSIS 10 11<!-- Updated by update-docs-from-abigen, do not edit. --> 12 13``` 14#include <zircon/syscalls.h> 15 16zx_status_t zx_system_powerctl(zx_handle_t resource, 17 uint32_t cmd, 18 const zx_system_powerctl_arg_t* arg); 19``` 20 21## DESCRIPTION 22 23TODO(ZX-3106) 24 25## RIGHTS 26 27<!-- Updated by update-docs-from-abigen, do not edit. --> 28 29*resource* must have resource kind **ZX_RSRC_KIND_ROOT**. 30 31## RETURN VALUE 32 33TODO(ZX-3106) 34 35## ERRORS 36 37TODO(ZX-3106) 38 39## SEE ALSO 40 41 42TODO(ZX-3106) 43