| /* | |
| * (C) Copyright 2013, ZTE Corporation. | |
| * | |
| */ | |
| #ifndef __LCD_BLG_H__ | |
| #define __LCD_BLG_H__ | |
| #ifndef SINT32 | |
| typedef signed int SINT32; | |
| #endif | |
| #ifndef UINT8 | |
| typedef unsigned char UINT8; | |
| #endif | |
| SINT32 zDrvLcdBlg_Initiate(VOID); | |
| SINT32 zDrvLcdBlg_SetBlg(UINT8 brightness); | |
| #endif /* __LCD_BLG_H__ */ |