blob: ee27c4f1fa2960c1bcf76f63f047cca8281898fd [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001/*
2 * (C) Copyright 2013, ZTE Corporation.
3 *
4 */
5
6#ifndef __LCD_BLG_H__
7#define __LCD_BLG_H__
8
9
10#ifndef SINT32
11typedef signed int SINT32;
12#endif
13
14#ifndef UINT8
15typedef unsigned char UINT8;
16#endif
17
18
19SINT32 zDrvLcdBlg_Initiate(VOID);
20SINT32 zDrvLcdBlg_SetBlg(UINT8 brightness);
21
22
23#endif /* __LCD_BLG_H__ */