diff options
Diffstat (limited to 'drivers/video/console/fbcon.h')
-rw-r--r-- | drivers/video/console/fbcon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/console/fbcon.h b/drivers/video/console/fbcon.h index 5d377860bce2..08befafe11d1 100644 --- a/drivers/video/console/fbcon.h +++ b/drivers/video/console/fbcon.h | |||
@@ -18,7 +18,8 @@ | |||
18 | 18 | ||
19 | #include <asm/io.h> | 19 | #include <asm/io.h> |
20 | 20 | ||
21 | #define FBCON_FLAGS_INIT 1 | 21 | #define FBCON_FLAGS_INIT 1 |
22 | #define FBCON_FLAGS_CURSOR_TIMER 2 | ||
22 | 23 | ||
23 | /* | 24 | /* |
24 | * This is the interface between the low-level console driver and the | 25 | * This is the interface between the low-level console driver and the |