diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/microcode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/microcode.h b/include/asm-x86/microcode.h index 9231c876e374..18b2aeec2adf 100644 --- a/include/asm-x86/microcode.h +++ b/include/asm-x86/microcode.h | |||
@@ -1,3 +1,6 @@ | |||
1 | extern int microcode_init(void *opaque, struct module *module); | ||
2 | extern void microcode_exit(void); | ||
3 | |||
1 | struct microcode_ops { | 4 | struct microcode_ops { |
2 | long (*get_next_ucode)(void **mc, long offset); | 5 | long (*get_next_ucode)(void **mc, long offset); |
3 | long (*microcode_get_next_ucode)(void **mc, long offset); | 6 | long (*microcode_get_next_ucode)(void **mc, long offset); |