blob: 6b454c4cfe6caa206cf4a4c00bf74cdfa76616a6 [file] [log] [blame] [view]
# zx_system_powerctl
## NAME
<!-- Updated by update-docs-from-abigen, do not edit. -->
TODO(ZX-3106)
## SYNOPSIS
<!-- Updated by update-docs-from-abigen, do not edit. -->
```
#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
<!-- Updated by update-docs-from-abigen, do not edit. -->
*resource* must have resource kind **ZX_RSRC_KIND_ROOT**.
## RETURN VALUE
TODO(ZX-3106)
## ERRORS
TODO(ZX-3106)
## SEE ALSO
TODO(ZX-3106)