diff options
Diffstat (limited to 'include/asm-x86/microcode.h')
-rw-r--r-- | include/asm-x86/microcode.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-x86/microcode.h b/include/asm-x86/microcode.h index 1519ef0674bb..d34a1fc1b173 100644 --- a/include/asm-x86/microcode.h +++ b/include/asm-x86/microcode.h | |||
@@ -29,3 +29,11 @@ struct extended_sigtable { | |||
29 | unsigned int reserved[3]; | 29 | unsigned int reserved[3]; |
30 | struct extended_signature sigs[0]; | 30 | struct extended_signature sigs[0]; |
31 | }; | 31 | }; |
32 | |||
33 | struct ucode_cpu_info { | ||
34 | int valid; | ||
35 | unsigned int sig; | ||
36 | unsigned int pf; | ||
37 | unsigned int rev; | ||
38 | struct microcode *mc; | ||
39 | }; | ||