]> Joshua Wise's Git repositories - netwatch.git/blob - include/pci-bother.h
ff717552e7b6a131803fcea05e17ebd048366d22
[netwatch.git] / include / pci-bother.h
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
This page took 0.015732 seconds and 2 git commands to generate.