summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungjae Cho <y0.cho@samsung.com>2019-11-21 12:01:31 +0900
committerHyotaek Shim <hyotaek.shim@samsung.com>2020-01-16 08:04:17 +0000
commit4732d69638a25e1d142c50783200b919c0f35f2d (patch)
treeb40308d3b80bbdf5877d1c51d1d066d1c681e344
parentc0fb89192952ca0806c26abddf5daf0e3f3acc30 (diff)
downloadlibdevice-node-4732d69638a25e1d142c50783200b919c0f35f2d.tar.gz
libdevice-node-4732d69638a25e1d142c50783200b919c0f35f2d.tar.bz2
libdevice-node-4732d69638a25e1d142c50783200b919c0f35f2d.zip
Change-Id: I5e0a6f77f1ae6cf8678b0240f3c68c907acf4f38 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
-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