diff options
Diffstat (limited to 'include/pci.h')
| -rw-r--r-- | include/pci.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/pci.h b/include/pci.h index e80b6bdf5..c6b264bdb 100644 --- a/include/pci.h +++ b/include/pci.h @@ -420,6 +420,8 @@ struct pci_controller {  	/* Used by ppc405 autoconfig*/  	struct pci_region *pci_fb;  	int current_busno; + +	void *priv_data;  };  extern __inline__ void pci_set_ops(struct pci_controller *hose, |