diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-10 03:08:26 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 04:12:15 -0500 |
commit | 18397944642cbca7fcd4a109b43ed5b4652e95b9 (patch) | |
tree | 6848d3e67b789b30064f488bd3273ed5ebee4f99 /arch/sparc64/kernel/pci_sun4v.h | |
parent | 164c220fa3947abbada65329d168f421b461a2a7 (diff) |
[SPARC64]: First cut at SUN4V PCI IOMMU handling.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/pci_sun4v.h')
-rw-r--r-- | arch/sparc64/kernel/pci_sun4v.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/pci_sun4v.h b/arch/sparc64/kernel/pci_sun4v.h index 5c7ed2ca1505..00322ed0cf8a 100644 --- a/arch/sparc64/kernel/pci_sun4v.h +++ b/arch/sparc64/kernel/pci_sun4v.h | |||
@@ -16,6 +16,10 @@ extern unsigned long pci_sun4v_iommu_map(unsigned long devhandle, | |||
16 | extern unsigned long pci_sun4v_iommu_demap(unsigned long devhandle, | 16 | extern unsigned long pci_sun4v_iommu_demap(unsigned long devhandle, |
17 | unsigned long tsbid, | 17 | unsigned long tsbid, |
18 | unsigned long num_ttes); | 18 | unsigned long num_ttes); |
19 | extern unsigned long pci_sun4v_iommu_getmap(unsigned long devhandle, | ||
20 | unsigned long tsbid, | ||
21 | unsigned long *io_attributes, | ||
22 | unsigned long *real_address); | ||
19 | extern unsigned long pci_sun4v_config_get(unsigned long devhandle, | 23 | extern unsigned long pci_sun4v_config_get(unsigned long devhandle, |
20 | unsigned long pci_device, | 24 | unsigned long pci_device, |
21 | unsigned long config_offset, | 25 | unsigned long config_offset, |