blob: a4fcde3c3a9d0bedf17d1ae9782053f819610f94 [file] [log] [blame] [view]
# zx_pci_get_nth_device
## 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_pci_get_nth_device(zx_handle_t handle,
uint32_t index,
zx_pcie_device_info_t* out_info,
zx_handle_t* out_handle);
```
## 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)