Subversion Repositories freemyipod

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
881 theseven 1
#ifndef __SOC_S5L87XX_LCDIF_H__
2
#define __SOC_S5L87XX_LCDIF_H__
3
 
4
#include "global.h"
5
#include "interface/lcdif/lcdif.h"
6
 
7
 
8
struct __attribute__((packed,aligned(4))) sl87xx_lcdif_config
9
{
10
};
11
 
12
struct __attribute__((packed,aligned(4))) sl87xx_lcdif_state
13
{
14
};
15
 
16
extern const struct lcdif_driver s5l87xx_lcdif_driver;
17
 
18
 
19
#endif