]>
Commit | Line | Data |
---|---|---|
ec2d6189 JW |
1 | #ifndef _PCI_BOTHER_H |
2 | #define _PCI_BOTHER_H | |
3 | ||
4 | #include <pci.h> | |
5 | ||
6 | #define MAX_BOTHERS 5 | |
7 | ||
8 | extern int pci_bother_add(pci_dev_t *dev); | |
9 | extern void pci_bother_all(); | |
10 | extern void pci_unbother_all(); | |
11 | ||
12 | #endif |