| 344 | } |
| 345 | |
| 346 | rt_inline rt_bool_t rt_pci_is_pcie(struct rt_pci_device *pdev) |
| 347 | { |
| 348 | return !!pdev->pcie_cap; |
| 349 | } |
| 350 | |
| 351 | #define rt_pci_foreach_bridge(pdev, bus) \ |
| 352 | rt_list_for_each_entry(pdev, &bus->devices_nodes, list) \ |
no outgoing calls
no test coverage detected