diff options
Diffstat (limited to 'arch/x86/include/asm/x86_init.h')
-rw-r--r-- | arch/x86/include/asm/x86_init.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h index 57693498519c..b1d2d6aefcc9 100644 --- a/arch/x86/include/asm/x86_init.h +++ b/arch/x86/include/asm/x86_init.h | |||
@@ -190,10 +190,11 @@ struct x86_msi_ops { | |||
190 | }; | 190 | }; |
191 | 191 | ||
192 | struct x86_io_apic_ops { | 192 | struct x86_io_apic_ops { |
193 | void (*init) (void); | 193 | void (*init) (void); |
194 | unsigned int (*read) (unsigned int apic, unsigned int reg); | 194 | unsigned int (*read) (unsigned int apic, unsigned int reg); |
195 | void (*write) (unsigned int apic, unsigned int reg, unsigned int value); | 195 | void (*write) (unsigned int apic, unsigned int reg, unsigned int value); |
196 | void (*modify)(unsigned int apic, unsigned int reg, unsigned int value); | 196 | void (*modify) (unsigned int apic, unsigned int reg, unsigned int value); |
197 | void (*disable)(void); | ||
197 | }; | 198 | }; |
198 | 199 | ||
199 | extern struct x86_init_ops x86_init; | 200 | extern struct x86_init_ops x86_init; |