mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
10 lines
167 B
C
10 lines
167 B
C
|
#ifndef __OF_PCI_H
|
||
|
#define __OF_PCI_H
|
||
|
|
||
|
#include <linux/pci.h>
|
||
|
|
||
|
struct pci_dev;
|
||
|
struct of_irq;
|
||
|
int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq);
|
||
|
#endif
|