diff options
Diffstat (limited to 'arch/x86/include/asm/io_apic.h')
| -rw-r--r-- | arch/x86/include/asm/io_apic.h | 9 | 
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/x86/include/asm/io_apic.h b/arch/x86/include/asm/io_apic.h index 9d826e43601..daf866ed061 100644 --- a/arch/x86/include/asm/io_apic.h +++ b/arch/x86/include/asm/io_apic.h @@ -154,22 +154,19 @@ extern int timer_through_8259;  extern int io_apic_get_unique_id(int ioapic, int apic_id);  extern int io_apic_get_version(int ioapic);  extern int io_apic_get_redir_entries(int ioapic); -extern int io_apic_set_pci_routing(int ioapic, int pin, int irq, -				   int edge_level, int active_high_low);  #endif /* CONFIG_ACPI */ +struct io_apic_irq_attr; +extern int io_apic_set_pci_routing(struct device *dev, int irq, +		 struct io_apic_irq_attr *irq_attr);  extern int (*ioapic_renumber_irq)(int ioapic, int irq);  extern void ioapic_init_mappings(void); -#ifdef CONFIG_X86_64  extern struct IO_APIC_route_entry **alloc_ioapic_entries(void);  extern void free_ioapic_entries(struct IO_APIC_route_entry **ioapic_entries);  extern int save_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries);  extern void mask_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries);  extern int restore_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries); -extern void reinit_intr_remapped_IO_APIC(int intr_remapping, -	struct IO_APIC_route_entry **ioapic_entries); -#endif  extern void probe_nr_irqs_gsi(void);  |