summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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