summaryrefslogtreecommitdiff
path: root/syna_tcm2.h
diff options
context:
space:
mode:
Diffstat (limited to 'syna_tcm2.h')
-rw-r--r--syna_tcm2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/syna_tcm2.h b/syna_tcm2.h
index 1e78c3d..23647d2 100644
--- a/syna_tcm2.h
+++ b/syna_tcm2.h
@@ -359,6 +359,9 @@ struct syna_tcm {
#if defined(ENABLE_DISP_NOTIFIER)
struct notifier_block fb_notifier;
#endif
+ u8 raw_data_report_code;
+ s16 *raw_data_buffer;
+ struct completion raw_data_completion;
#if defined(USE_DRM_BRIDGE)
struct drm_bridge panel_bridge;