X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fpxa_lcd.h;h=1ea3717bf74283fcd53ab476318505324b7104b8;hb=8319aeb1dad46c4b6d35ea16a5697ff8160dd4d1;hp=723f6ab76670e4a0a229f831a00b84821aaf2eda;hpb=e1cc4d31f889428a4ca73120951389c756404184;p=u-boot diff --git a/include/pxa_lcd.h b/include/pxa_lcd.h index 723f6ab766..1ea3717bf7 100644 --- a/include/pxa_lcd.h +++ b/include/pxa_lcd.h @@ -48,6 +48,7 @@ struct pxafb_info { typedef struct vidinfo { ushort vl_col; /* Number of columns (i.e. 640) */ ushort vl_row; /* Number of rows (i.e. 480) */ + ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ ushort vl_width; /* Width of display area in millimeters */ ushort vl_height; /* Height of display area in millimeters */