summaryrefslogtreecommitdiffstats
path: root/src/include/vbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/vbe.h')
-rw-r--r--src/include/vbe.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/vbe.h b/src/include/vbe.h
index 2c40d0507ee5..67049be61342 100644
--- a/src/include/vbe.h
+++ b/src/include/vbe.h
@@ -34,18 +34,6 @@ typedef struct {
u8 color_depth;
} __packed screen_info_input_t;
-// these structs only store a subset of the VBE defined fields
-// only those needed.
-typedef struct {
- char signature[4];
- u16 version;
- u8 *oem_string_ptr;
- u32 capabilities;
- u16 video_mode_list[256]; // lets hope we never have more than
- // 256 video modes...
- u16 total_memory;
-} vbe_info_t;
-
typedef struct {
u16 mode_attributes; // 00
u8 win_a_attributes; // 02