| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2013, ZTE Corporation. | ||||
| 3 | * | ||||
| 4 | */ | ||||
| 5 | |||||
| 6 | #ifndef __LCD_BLG_H__ | ||||
| 7 | #define __LCD_BLG_H__ | ||||
| 8 | |||||
| 9 | |||||
| 10 | #ifndef SINT32 | ||||
| 11 | typedef signed int SINT32; | ||||
| 12 | #endif | ||||
| 13 | |||||
| 14 | #ifndef UINT8 | ||||
| 15 | typedef unsigned char UINT8; | ||||
| 16 | #endif | ||||
| 17 | |||||
| 18 | |||||
| 19 | SINT32 zDrvLcdBlg_Initiate(VOID); | ||||
| 20 | SINT32 zDrvLcdBlg_SetBlg(UINT8 brightness); | ||||
| 21 | |||||
| 22 | |||||
| 23 | #endif /* __LCD_BLG_H__ */ | ||||