aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/machdep.h')
-rw-r--r--arch/powerpc/include/asm/machdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h
index 5011b69107a7..f90b22c722e1 100644
--- a/arch/powerpc/include/asm/machdep.h
+++ b/arch/powerpc/include/asm/machdep.h
@@ -173,6 +173,8 @@ struct machdep_calls {
173 /* Called after scan and before resource survey */ 173 /* Called after scan and before resource survey */
174 void (*pcibios_fixup_phb)(struct pci_controller *hose); 174 void (*pcibios_fixup_phb)(struct pci_controller *hose);
175 175
176 resource_size_t (*pcibios_default_alignment)(void);
177
176#ifdef CONFIG_PCI_IOV 178#ifdef CONFIG_PCI_IOV
177 void (*pcibios_fixup_sriov)(struct pci_dev *pdev); 179 void (*pcibios_fixup_sriov)(struct pci_dev *pdev);
178 resource_size_t (*pcibios_iov_resource_alignment)(struct pci_dev *, int resno); 180 resource_size_t (*pcibios_iov_resource_alignment)(struct pci_dev *, int resno);