]> Joshua Wise's Git repositories - netwatch.git/blob - include/pci-bother.h
Ref only the head of a pbuf chain, instead of the whole thing, to avoid leaking pbufs.
[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.023894 seconds and 4 git commands to generate.