blob: 1bbd61781ca3a7a84b3791fa8c34b1bd51b47816 [file] [log] [blame] [view]
# zx_pci_init
## NAME
<!-- Updated by update-docs-from-abigen, do not edit. -->
TODO(ZX-3106)
## SYNOPSIS
<!-- Updated by update-docs-from-abigen, do not edit. -->
```c
#include <zircon/syscalls.h>
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
<!-- Updated by update-docs-from-abigen, do not edit. -->
*handle* must have resource kind **ZX_RSRC_KIND_ROOT**.
## RETURN VALUE
TODO(ZX-3106)
## ERRORS
TODO(ZX-3106)
## SEE ALSO
TODO(ZX-3106)