X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fvbe.h;h=1a86db886adc7a0aed887017ba174cf70dbf3df7;hb=0f7f7dc3f7a9b147b6f515ac85b60c4e6d616e27;hp=c5deee9eca9d6e4c6997e6422c6d8cff802a3033;hpb=3d5920a31bb846249385e1ca5c086662c39bc44e;p=karo-tx-uboot.git 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;