diff options
| author | Viditha Hanumanthareddy <ngjq36@motorola.com> | 2014-04-25 11:21:04 -0500 |
|---|---|---|
| committer | Viditha H <ngjq36@motorola.com> | 2014-04-25 20:56:46 +0000 |
| commit | 96e00a5d9b1d4ab300eb83fdfe83e168354f925c (patch) | |
| tree | 17e4cbbf40d98258da7678a2a6517befd7b728a3 /include/linux/m4sensorhub.h | |
| parent | 60f67ae1439480560d2c496cf87acdf209f0738e (diff) | |
| download | olio-linux-3.10-96e00a5d9b1d4ab300eb83fdfe83e168354f925c.tar.xz olio-linux-3.10-96e00a5d9b1d4ab300eb83fdfe83e168354f925c.zip | |
IKXCLOCK-910: Sysfs to disable all m4 interrupts
Change-Id: I5593b43a86b2d6887ff348f99b63499cec5128fe
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 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__ */ |