摘要
此函数已过时,不应使用。
声明
#include <zircon/syscalls.h>
zx_status_t zx_pci_get_bar(zx_handle_t handle,
uint32_t bar_num,
zx_pci_bar_t* out_bar,
zx_handle_t* out_handle);
说明
此函数已过时,不应使用。驱动程序应改为获取 PCI 基准地址 PCI 驱动程序中的注册信息 接口;
权限
handle 的类型必须为 ZX_OBJ_TYPE_PCI_DEVICE
,包含 ZX_RIGHT_READ
且 ZX_RIGHT_WRITE
。
返回值
TODO(https://fxbug.dev/42108078)
错误
TODO(https://fxbug.dev/42108078)
另请参阅
TODO(https://fxbug.dev/42108078)