X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/3c2c3b0dd358924410d12f8a71b5fee7a3f02e83..ec2d61895a6b60afbed9661240d868405310dc7f:/include/pci-bother.h diff --git a/include/pci-bother.h b/include/pci-bother.h new file mode 100644 index 0000000..ff71755 --- /dev/null +++ b/include/pci-bother.h @@ -0,0 +1,12 @@ +#ifndef _PCI_BOTHER_H +#define _PCI_BOTHER_H + +#include + +#define MAX_BOTHERS 5 + +extern int pci_bother_add(pci_dev_t *dev); +extern void pci_bother_all(); +extern void pci_unbother_all(); + +#endif