diff options
Diffstat (limited to 'include/linux')
| -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 68629074746..deb6bd0d45a 100644 --- a/include/linux/m4sensorhub.h +++ b/include/linux/m4sensorhub.h @@ -222,6 +222,7 @@ int m4sensorhub_register_initcall(int(*initfunc)(struct init_calldata *), void m4sensorhub_unregister_initcall( int(*initfunc)(struct init_calldata *)); +int m4sensorhub_irq_disable_all(struct m4sensorhub_data *m4sensorhub); #endif /* __KERNEL__ */ #endif /* __M4SENSORHUB_H__ */ |