mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 19:11:02 +07: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
|