# zx_pci_init ## NAME pci_init - TODO(ZX-3106) ## SYNOPSIS ``` #include zx_status_t zx_pci_init(zx_handle_t handle, const zx_pci_init_arg_t* init_buf, uint32_t len); ``` ## DESCRIPTION TODO(ZX-3106) ## RIGHTS *handle* must have resource kind **ZX_RSRC_KIND_ROOT**. ## RETURN VALUE TODO(ZX-3106) ## ERRORS TODO(ZX-3106) ## SEE ALSO TODO(ZX-3106)