summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/fbcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/fbcon.h')
-rw-r--r--src/include/ipxe/fbcon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/fbcon.h b/src/include/ipxe/fbcon.h
index 913a7feaf..603e52ca9 100644
--- a/src/include/ipxe/fbcon.h
+++ b/src/include/ipxe/fbcon.h
@@ -147,6 +147,8 @@ struct fbcon {
struct fbcon_text text;
/** Background picture */
struct fbcon_picture picture;
+ /** Display cursor */
+ int show_cursor;
};
extern int fbcon_init ( struct fbcon *fbcon, userptr_t start,