summaryrefslogtreecommitdiff
path: root/Source/DirectFB/gfxdrivers/sh772x/sh7722_lcd.h
blob: 4e0a12d989216ff7f03116044defd0de41cbf2e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __SH7722__LCD_H__
#define __SH7722__LCD_H__

#include "sh7722_types.h"


void sh7722_lcd_setup( void                  *drv,
                       int                    width,
                       int                    height,
                       ulong                  phys,
                       int                    pitch,
                       DFBSurfacePixelFormat  format,
                       bool                   swap );


#endif