zx_pci_get_nth_device

NAME

TODO(ZX-3106)

SYNOPSIS

#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

handle must have resource kind ZX_RSRC_KIND_ROOT.

RETURN VALUE

TODO(ZX-3106)

ERRORS

TODO(ZX-3106)

SEE ALSO

TODO(ZX-3106)