diff options
Diffstat (limited to 'src/include/ipxe/fbcon.h')
-rw-r--r-- | src/include/ipxe/fbcon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/fbcon.h b/src/include/ipxe/fbcon.h index 007e7e726..0538449ac 100644 --- a/src/include/ipxe/fbcon.h +++ b/src/include/ipxe/fbcon.h @@ -145,6 +145,7 @@ struct fbcon { extern int fbcon_init ( struct fbcon *fbcon, userptr_t start, struct fbcon_geometry *pixel, + struct fbcon_margin *margin, struct fbcon_colour_map *map, struct fbcon_font *font, struct pixel_buffer *pixbuf ); |