summaryrefslogtreecommitdiff
path: root/include/pci.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-02-06 22:41:53 +0100
committerWolfgang Denk <wd@denx.de>2011-02-06 22:41:53 +0100
commit8d4addc3c3fe1a9ea160a5a1a20a1f934ff3fe97 (patch)
treeb59fbfc85fa230b10b32bd4226d886e2d71bdcf6 /include/pci.h
parent367c6651a88dda0463f9fbeff3b1ab7ece05b4f9 (diff)
parent26e5f794d3169080d89b57e64981a56e6a551da8 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
Diffstat (limited to 'include/pci.h')
-rw-r--r--include/pci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pci.h b/include/pci.h
index e80b6bdf50..c6b264bdb5 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,