diff options
Diffstat (limited to 'include/linux/m4sensorhub.h')
| -rw-r--r-- | include/linux/m4sensorhub.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/m4sensorhub.h b/include/linux/m4sensorhub.h index 5bc54f0885b..ae3645d5d99 100644 --- a/include/linux/m4sensorhub.h +++ b/include/linux/m4sensorhub.h @@ -95,6 +95,7 @@ struct m4sensorhub_hwconfig {  struct m4sensorhub_irq_dbg {  	unsigned char suspend; /* 1 - Suspended, 0 - Normal */ +	unsigned char print_irqs; /* 1 - IRQs to print, 0 - None */  };  struct m4sensorhub_data {  |