diff options
| author | James Simmons <jsimmons@heisenberg.transvirtual.com> | 2002-06-18 23:20:02 -0700 |
|---|---|---|
| committer | James Simmons <jsimmons@heisenberg.transvirtual.com> | 2002-06-18 23:20:02 -0700 |
| commit | 127d756473c1fd6855772383e3248ba25ec0d1da (patch) | |
| tree | ee558d1ac9909e393bb158f865228f4b93021166 /include/linux | |
| parent | b44edae3656e909e5b06575f2c32c69ef62c304d (diff) | |
Added VBI support to VESA
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tty.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 389c32372e2b..3474a7dba9c2 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -89,7 +89,8 @@ struct screen_info { unsigned short vesapm_seg; /* 0x2e */ unsigned short vesapm_off; /* 0x30 */ unsigned short pages; /* 0x32 */ - /* 0x34 -- 0x3f reserved for future expansion */ + unsigned short vesa_attributes; /* 0x34 */ + /* 0x36 -- 0x3f reserved for future expansion */ }; extern struct screen_info screen_info; |
