summaryrefslogtreecommitdiff
path: root/hw/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/display.h')
-rwxr-xr-xhw/display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display.h b/hw/display.h
index bf97823..8ec5c0c 100755
--- a/hw/display.h
+++ b/hw/display.h
@@ -88,7 +88,7 @@ struct display_device {
int (*get_aod_mode)(enum display_aod_mode *mode);
/* Control AOD brightness */
- int (*get_aod_brightness)(int *max, int *normal, int *min);
+ int (*get_aod_brightness)(int *max, int *normal, int *min, int *charging);
/* Control display frame rate */
int (*get_max_frame_rate)(int *rate);