Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294229
b: refs/heads/master
c: d2ccdc8
h: refs/heads/master
i:
  294227: 423b4cf
v: v3
  • Loading branch information
Laurent Pinchart committed Mar 12, 2012
1 parent 194583c commit f73d2c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 134d22eb58b72c4fe5e6ca3ebcaccd4975f06842
refs/heads/master: d2ccdc807baa38a6487a25099c939a82f4698953
18 changes: 16 additions & 2 deletions trunk/drivers/video/sh_mobile_lcdcfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,23 @@ enum { LDDCKPAT1R, LDDCKPAT2R, LDMT1R, LDMT2R, LDMT3R, LDDFR, LDSM1R,

#define PALETTE_NR 16

struct sh_mobile_lcdc_priv;
struct fb_info;
struct backlight_device;
struct fb_info;
struct module;
struct sh_mobile_lcdc_entity;
struct sh_mobile_lcdc_priv;

struct sh_mobile_lcdc_entity_ops {
/* Display */
int (*display_on)(struct sh_mobile_lcdc_entity *entity,
struct fb_info *info);
void (*display_off)(struct sh_mobile_lcdc_entity *entity);
};

struct sh_mobile_lcdc_entity {
struct module *owner;
const struct sh_mobile_lcdc_entity_ops *ops;
};

/*
* struct sh_mobile_lcdc_chan - LCDC display channel
Expand Down

0 comments on commit f73d2c0

Please sign in to comment.