diff options
Diffstat (limited to 'src/include/ipxe/console.h')
| -rw-r--r-- | src/include/ipxe/console.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/ipxe/console.h b/src/include/ipxe/console.h index ab39cbfc1..6696a5b8d 100644 --- a/src/include/ipxe/console.h +++ b/src/include/ipxe/console.h @@ -28,6 +28,14 @@ struct console_configuration { unsigned int height; /** Colour depth */ unsigned int bpp; + /** Left margin */ + unsigned int left; + /** Right margin */ + unsigned int right; + /** Top margin */ + unsigned int top; + /** Bottom margin */ + unsigned int bottom; /** Background picture, if any */ struct pixel_buffer *pixbuf; }; |
