diff options
Diffstat (limited to 'arch/x86/include/asm/x86_init.h')
-rw-r--r-- | arch/x86/include/asm/x86_init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h index c9f87be84b0f..7669941cc9d2 100644 --- a/arch/x86/include/asm/x86_init.h +++ b/arch/x86/include/asm/x86_init.h | |||
@@ -212,6 +212,7 @@ struct x86_io_apic_ops { | |||
212 | int (*setup_entry)(int irq, struct IO_APIC_route_entry *entry, | 212 | int (*setup_entry)(int irq, struct IO_APIC_route_entry *entry, |
213 | unsigned int destination, int vector, | 213 | unsigned int destination, int vector, |
214 | struct io_apic_irq_attr *attr); | 214 | struct io_apic_irq_attr *attr); |
215 | void (*eoi_ioapic_pin)(int apic, int pin, int vector); | ||
215 | }; | 216 | }; |
216 | 217 | ||
217 | extern struct x86_init_ops x86_init; | 218 | extern struct x86_init_ops x86_init; |