summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungjae Cho <y0.cho@samsung.com>2019-11-21 12:01:31 +0900
committeryoungjae cho <y0.cho@samsung.com>2020-01-16 08:13:41 +0000
commitfc3750ffd68a709dc3a733b446ebe8b208284a22 (patch)
treeb40308d3b80bbdf5877d1c51d1d066d1c681e344
parent3f40dc3886b914e9a5fcfb51a820788762b0ab14 (diff)
downloadlibdevice-node-fc3750ffd68a709dc3a733b446ebe8b208284a22.tar.gz
libdevice-node-fc3750ffd68a709dc3a733b446ebe8b208284a22.tar.bz2
libdevice-node-fc3750ffd68a709dc3a733b446ebe8b208284a22.zip
Change-Id: I5e0a6f77f1ae6cf8678b0240f3c68c907acf4f38 Signed-off-by: Youngjae Cho <y0.cho@samsung.com> (cherry picked from commit 4732d69638a25e1d142c50783200b919c0f35f2d)
-rw-r--r--hw/touchscreen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/touchscreen.h b/hw/touchscreen.h
index 9614164..4835884 100644
--- a/hw/touchscreen.h
+++ b/hw/touchscreen.h
@@ -43,6 +43,8 @@ struct touchscreen_device {
/* Control touchscreen state */
int (*get_state)(enum touchscreen_state *state);
int (*set_state)(enum touchscreen_state state);
+ int (*get_powersaving)(int *state);
+ int (*set_powersaving)(int state);
};
#endif