X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fmpc823_lcd.h;h=cc72cde13f05ae69caeb06fd2679294d03982bc9;hb=f77f5e9be79c89d5105995528a7436d3a2458116;hp=7e210e329602f09515d0d1d0b8e0405760ee3596;hpb=db7a7dee6878fe7539d5967de1caff83246254e0;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/mpc823_lcd.h b/include/mpc823_lcd.h index 7e210e3..cc72cde 100644 --- a/include/mpc823_lcd.h +++ b/include/mpc823_lcd.h @@ -16,6 +16,7 @@ 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 */