]> Joshua Wise's Git repositories - netwatch.git/blame - include/pci-bother.h
More ICH2-specific code diked out.
[netwatch.git] / include / pci-bother.h
CommitLineData
f1584bb0
JW
1/* pci-bother.h
2 * Definitions for Bothering a PCI device
3 * NetWatch system management mode administration console
4 *
5 * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved.
6 * This program is free software; you can redistribute and/or modify it under
7 * the terms found in the file LICENSE in the root of this source tree.
8 *
9 */
10
ec2d6189
JW
11#ifndef _PCI_BOTHER_H
12#define _PCI_BOTHER_H
13
14#include <pci.h>
15
16#define MAX_BOTHERS 5
17
18extern int pci_bother_add(pci_dev_t *dev);
19extern void pci_bother_all();
20extern void pci_unbother_all();
21
22#endif
This page took 0.025822 seconds and 4 git commands to generate.