x86: Add pcibios_fixup_irqs to x86_init
[safe/jmp/linux-2.6] / arch / x86 / include / asm / x86_init.h
index 34f61cd..8ef56f2 100644 (file)
@@ -102,10 +102,12 @@ struct x86_init_iommu {
   * struct x86_init_pci - platform specific pci init functions
  * @init:                      platform specific pci init
  * @init_irq:                  platform specific pci irq init
+ * @fixup_irqs:                        platform specific pci irq fixup
  */
 struct x86_init_pci {
        int (*init)(void);
        void (*init_irq)(void);
+       void (*fixup_irqs)(void);
 };
 
 /**