diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-10-11 14:55:02 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-11 20:40:46 +1000 |
commit | dd9b67ab37d57da67840276d28957498512d4dd8 (patch) | |
tree | e6a682d889537700f9d75c5c7c7cc6ac26873441 /include/asm-powerpc | |
parent | 1670b2b2716b98541765da94be1332ad5c314b7a (diff) | |
download | linux-3.10-dd9b67ab37d57da67840276d28957498512d4dd8.tar.gz linux-3.10-dd9b67ab37d57da67840276d28957498512d4dd8.tar.bz2 linux-3.10-dd9b67ab37d57da67840276d28957498512d4dd8.zip |
[POWERPC] Remove more iSeries-specific stuff from vio.c
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/iseries/iommu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-powerpc/iseries/iommu.h b/include/asm-powerpc/iseries/iommu.h index 6e323a13ac3..c59ee7e4bed 100644 --- a/include/asm-powerpc/iseries/iommu.h +++ b/include/asm-powerpc/iseries/iommu.h @@ -22,6 +22,7 @@ */ struct pci_dev; +struct vio_dev; struct device_node; struct iommu_table; @@ -34,4 +35,7 @@ extern void iommu_table_getparms_iSeries(unsigned long busno, unsigned char slotno, unsigned char virtbus, struct iommu_table *tbl); +extern struct iommu_table *vio_build_iommu_table_iseries(struct vio_dev *dev); +extern void iommu_vio_init(void); + #endif /* _ASM_POWERPC_ISERIES_IOMMU_H */ |