| 20 | void pci_procfs_detach(struct rt_pci_device *pdev); |
| 21 | #else |
| 22 | rt_inline void pci_procfs_attach(struct rt_pci_device *pdev) |
| 23 | { |
| 24 | } |
| 25 | |
| 26 | rt_inline void pci_procfs_detach(struct rt_pci_device *pdev) |
| 27 | { |
no outgoing calls
no test coverage detected