1 2 3 4 5 6 7 8 9 10
#ifndef __AAL_API_H__ #define __AAL_API_H__ #ifdef CONFIG_MTK_AAL_SUPPORT void disp_aal_notify_backlight_changed(int bl_1024); #endif #endif