diff options
Diffstat (limited to 'arch/x86/include/asm/microcode.h')
-rw-r--r-- | arch/x86/include/asm/microcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/microcode.h b/arch/x86/include/asm/microcode.h index 7fb1047d61c7..6cf0e4cb7b97 100644 --- a/arch/x86/include/asm/microcode.h +++ b/arch/x86/include/asm/microcode.h | |||
@@ -39,6 +39,7 @@ struct device; | |||
39 | 39 | ||
40 | enum ucode_state { | 40 | enum ucode_state { |
41 | UCODE_OK = 0, | 41 | UCODE_OK = 0, |
42 | UCODE_NEW, | ||
42 | UCODE_UPDATED, | 43 | UCODE_UPDATED, |
43 | UCODE_NFOUND, | 44 | UCODE_NFOUND, |
44 | UCODE_ERROR, | 45 | UCODE_ERROR, |