of_pci.h (6288cf1e768ae73db5ddaaae54d85245cc1c2b56) | of_pci.h (98d9f30c820d509145757e6ecbc36013aa02f7bc) |
---|---|
1#ifndef __OF_PCI_H 2#define __OF_PCI_H 3 4#include <linux/pci.h> 5 6struct pci_dev; 7struct of_irq; 8int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq); | 1#ifndef __OF_PCI_H 2#define __OF_PCI_H 3 4#include <linux/pci.h> 5 6struct pci_dev; 7struct of_irq; 8int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq); |
9 10struct device_node; 11struct device_node *of_pci_find_child_device(struct device_node *parent, 12 unsigned int devfn); 13 |
|
9#endif | 14#endif |