summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungjae Cho <y0.cho@samsung.com>2020-04-22 15:46:10 +0900
committerHyotaek Shim <hyotaek.shim@samsung.com>2020-04-23 04:06:22 +0000
commit8b9fefa4aa8c23c1f7e2feaa118e695b0abee727 (patch)
tree0a383754d4faa9b0e9d9e30e1d748350c69e1319
parent16060938c0fac859144215667b089e649f9a6451 (diff)
downloadlibdevice-node-accepted/tizen/5.5/unified/20200427.094530.tar.gz
libdevice-node-accepted/tizen/5.5/unified/20200427.094530.tar.bz2
libdevice-node-accepted/tizen/5.5/unified/20200427.094530.zip
Change-Id: I740aa8b11b9f486ea00b77303cf379539bceecb9 Signed-off-by: Youngjae Cho <y0.cho@samsung.com> (cherry picked from commit e73a15b7e745490c30da329ed2565a2b40e7ccee)
-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);