]> Joshua Wise's Git repositories - netwatch.git/blob - include/pci-bother.h
Merge nyus.joshuawise.com:/storage/git/netwatch
[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.026658 seconds and 4 git commands to generate.