11 lines
145 B
C
11 lines
145 B
C
#ifndef __AAL_API_H__
|
|
#define __AAL_API_H__
|
|
|
|
|
|
#ifdef CONFIG_MTK_AAL_SUPPORT
|
|
void disp_aal_notify_backlight_changed(int bl_1024);
|
|
#endif
|
|
|
|
#endif
|
|
|