diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/console.h b/include/linux/console.h index 08734e660d41..d0f8a8009490 100644 --- a/include/linux/console.h +++ b/include/linux/console.h | |||
| @@ -87,6 +87,7 @@ void give_up_console(const struct consw *sw); | |||
| 87 | #define CON_CONSDEV (2) /* Last on the command line */ | 87 | #define CON_CONSDEV (2) /* Last on the command line */ |
| 88 | #define CON_ENABLED (4) | 88 | #define CON_ENABLED (4) |
| 89 | #define CON_BOOT (8) | 89 | #define CON_BOOT (8) |
| 90 | #define CON_ANYTIME (16) /* Safe to call when cpu is offline */ | ||
| 90 | 91 | ||
| 91 | struct console | 92 | struct console |
| 92 | { | 93 | { |
