summaryrefslogtreecommitdiffstats
path: root/include/vbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbe.h')
-rw-r--r--include/vbe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vbe.h b/include/vbe.h
index c5deee9eca..1a86db886a 100644
--- a/include/vbe.h
+++ b/include/vbe.h
@@ -12,7 +12,7 @@
#define _VBE_H
/* these structs are for input from and output to OF */
-struct __packed screen_info {
+struct __packed vbe_screen_info {
u8 display_type; /* 0=NONE, 1= analog, 2=digital */
u16 screen_width;
u16 screen_height;
@@ -23,7 +23,7 @@ struct __packed screen_info {
u8 edid_block_zero[128];
};
-struct __packed screen_info_input {
+struct __packed vbe_screen_info_input {
u8 signature[4];
u16 size_reserved;
u8 monitor_number;
OpenPOWER on IntegriCloud