diff options
Diffstat (limited to 'drivers/misc/ipts/ipts.h')
| -rw-r--r-- | drivers/misc/ipts/ipts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/ipts/ipts.h b/drivers/misc/ipts/ipts.h index 8f3b468c5b89..a7a4846ca887 100644 --- a/drivers/misc/ipts/ipts.h +++ b/drivers/misc/ipts/ipts.h @@ -97,6 +97,7 @@ typedef struct ipts_info { struct work_struct init_work; struct work_struct raw_data_work; + struct work_struct gfx_status_work; struct task_struct *event_loop; @@ -119,6 +120,7 @@ typedef struct ipts_info { ipts_gfx_info_t gfx_info; u64 kernel_handle; + int gfx_status; bool display_status; bool switch_sensor_mode; |
