X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fatmel_lcd.h;h=6993128b1b4c37df8d6c544cb2e06e0f220269c0;hb=312a6c016a2d81aa3fbc605f5c0c315b6a4e3464;hp=fa8aa294542f60e2af44a723417e6ec6183507ee;hpb=baaa7dd7061521509792ca158508b2c4554a7184;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/atmel_lcd.h b/include/atmel_lcd.h index fa8aa29..6993128 100644 --- a/include/atmel_lcd.h +++ b/include/atmel_lcd.h @@ -13,7 +13,8 @@ typedef struct vidinfo { ushort vl_col; /* Number of columns (i.e. 640) */ ushort vl_row; /* Number of rows (i.e. 480) */ - u_long vl_clk; /* pixel clock in ps */ + ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ + u_long vl_clk; /* pixel clock in ps */ /* LCD configuration register */ u_long vl_sync; /* Horizontal / vertical sync */