1# zx_pci_config_read 2 3## NAME 4 5<!-- Updated by update-docs-from-abigen, do not edit. --> 6 7pci_config_read - 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_config_read(zx_handle_t handle, 17 uint16_t offset, 18 size_t width, 19 uint32_t* out_val); 20``` 21 22## DESCRIPTION 23 24TODO(ZX-3106) 25 26## RIGHTS 27 28<!-- Updated by update-docs-from-abigen, do not edit. --> 29 30*handle* must be of type **ZX_OBJ_TYPE_PCI_DEVICE** and have **ZX_RIGHT_READ** and have **ZX_RIGHT_WRITE**. 31 32## RETURN VALUE 33 34TODO(ZX-3106) 35 36## ERRORS 37 38TODO(ZX-3106) 39 40## SEE ALSO 41 42 43TODO(ZX-3106) 44