diff options
Diffstat (limited to 'include/asm-powerpc/machdep.h')
-rw-r--r-- | include/asm-powerpc/machdep.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-powerpc/machdep.h b/include/asm-powerpc/machdep.h index daa08b1c2121..6cf1a831f550 100644 --- a/include/asm-powerpc/machdep.h +++ b/include/asm-powerpc/machdep.h | |||
@@ -120,6 +120,14 @@ struct machdep_calls { | |||
120 | /* To setup PHBs when using automatic OF platform driver for PCI */ | 120 | /* To setup PHBs when using automatic OF platform driver for PCI */ |
121 | int (*pci_setup_phb)(struct pci_controller *host); | 121 | int (*pci_setup_phb)(struct pci_controller *host); |
122 | 122 | ||
123 | #ifdef CONFIG_PCI_MSI | ||
124 | int (*msi_check_device)(struct pci_dev* dev, | ||
125 | int nvec, int type); | ||
126 | int (*setup_msi_irqs)(struct pci_dev *dev, | ||
127 | int nvec, int type); | ||
128 | void (*teardown_msi_irqs)(struct pci_dev *dev); | ||
129 | #endif | ||
130 | |||
123 | void (*restart)(char *cmd); | 131 | void (*restart)(char *cmd); |
124 | void (*power_off)(void); | 132 | void (*power_off)(void); |
125 | void (*halt)(void); | 133 | void (*halt)(void); |