1# zx_pci_init
2
3## NAME
4
5<!-- Updated by update-docs-from-abigen, do not edit. -->
6
7pci_init - 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_pci_init(zx_handle_t handle,
17                        const zx_pci_init_arg_t* init_buf,
18                        uint32_t len);
19```
20
21## DESCRIPTION
22
23TODO(ZX-3106)
24
25## RIGHTS
26
27<!-- Updated by update-docs-from-abigen, do not edit. -->
28
29*handle* 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