blob: 5ce776ffcb329225bbd72d53f3891ceaf58b6601 (
plain)
1
2
3
4
5
6
7
|
#ifndef __MANTIS_PCI_H
#define __MANTIS_PCI_H
extern int mantis_pci_init(struct mantis_pci *mantis);
extern void mantis_pci_exit(struct mantis_pci *mantis);
#endif /* __MANTIS_PCI_H */
|