diff options
Diffstat (limited to 'kernel/drivers/video/console/fbcon.h')
-rw-r--r-- | kernel/drivers/video/console/fbcon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/drivers/video/console/fbcon.h b/kernel/drivers/video/console/fbcon.h index 6bd2e0c7f..7aaa4eabb 100644 --- a/kernel/drivers/video/console/fbcon.h +++ b/kernel/drivers/video/console/fbcon.h @@ -70,6 +70,7 @@ struct fbcon_ops { struct fb_cursor cursor_state; struct display *p; int currcon; /* Current VC. */ + int cur_blink_jiffies; int cursor_flash; int cursor_reset; int blank_state; |