diff options
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/machdep.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-powerpc/machdep.h b/include/asm-powerpc/machdep.h index 0f9254c18914..fc984bd11d8f 100644 --- a/include/asm-powerpc/machdep.h +++ b/include/asm-powerpc/machdep.h | |||
@@ -238,6 +238,11 @@ struct machdep_calls { | |||
238 | */ | 238 | */ |
239 | void (*machine_kexec)(struct kimage *image); | 239 | void (*machine_kexec)(struct kimage *image); |
240 | #endif /* CONFIG_KEXEC */ | 240 | #endif /* CONFIG_KEXEC */ |
241 | |||
242 | #ifdef CONFIG_PCI_MSI | ||
243 | int (*enable_msi)(struct pci_dev *pdev); | ||
244 | void (*disable_msi)(struct pci_dev *pdev); | ||
245 | #endif /* CONFIG_PCI_MSI */ | ||
241 | }; | 246 | }; |
242 | 247 | ||
243 | extern void power4_idle(void); | 248 | extern void power4_idle(void); |