]> Joshua Wise's Git repositories - netwatch.git/blame - include/pci-bother.h
latest
[netwatch.git] / include / pci-bother.h
CommitLineData
ec2d6189
JW
1#ifndef _PCI_BOTHER_H
2#define _PCI_BOTHER_H
3
4#include <pci.h>
5
6#define MAX_BOTHERS 5
7
8extern int pci_bother_add(pci_dev_t *dev);
9extern void pci_bother_all();
10extern void pci_unbother_all();
11
12#endif
This page took 0.023677 seconds and 4 git commands to generate.