MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / pci_procfs_attach

Function pci_procfs_attach

components/drivers/pci/procfs.h:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20void pci_procfs_detach(struct rt_pci_device *pdev);
21#else
22rt_inline void pci_procfs_attach(struct rt_pci_device *pdev)
23{
24}
25
26rt_inline void pci_procfs_detach(struct rt_pci_device *pdev)
27{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected