Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
conf_space_quirks.h
Go to the documentation of this file.
1 /*
2  * PCI Backend - Data structures for special overlays for broken devices.
3  *
4  * Ryan Wilson <[email protected]>
5  * Chris Bookholt <[email protected]>
6  */
7 
8 #ifndef __XEN_PCIBACK_CONF_SPACE_QUIRKS_H__
9 #define __XEN_PCIBACK_CONF_SPACE_QUIRKS_H__
10 
11 #include <linux/pci.h>
12 #include <linux/list.h>
13 
17  struct pci_dev *pdev;
18 };
19 
21  *field);
22 
24 
26 
28 
30 
31 int xen_pcibk_field_is_dup(struct pci_dev *dev, unsigned int reg);
32 
33 #endif