~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to include/video/sh_mobile_lcdc.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define __ASM_SH_MOBILE_LCDC_H__
3
3
 
4
4
#include <linux/fb.h>
 
5
#include <video/sh_mobile_meram.h>
5
6
 
6
7
enum {
7
8
        RGB8,   /* 24bpp, 8:8:8 */
87
88
        struct sh_mobile_lcdc_bl_info bl_info;
88
89
        struct sh_mobile_lcdc_sys_bus_cfg sys_bus_cfg; /* only for SYSn I/F */
89
90
        int nonstd;
 
91
        struct sh_mobile_meram_cfg *meram_cfg;
90
92
};
91
93
 
92
94
struct sh_mobile_lcdc_info {
93
95
        int clock_source;
94
96
        struct sh_mobile_lcdc_chan_cfg ch[2];
 
97
        struct sh_mobile_meram_info *meram_dev;
95
98
};
96
99
 
97
100
#endif /* __ASM_SH_MOBILE_LCDC_H__ */