diff options
Diffstat (limited to 'include/linux/cclogic-core.h')
-rw-r--r-- | include/linux/cclogic-core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/cclogic-core.h b/include/linux/cclogic-core.h index 6ffb9d744abc..181a2c5df4aa 100644 --- a/include/linux/cclogic-core.h +++ b/include/linux/cclogic-core.h @@ -1,3 +1,7 @@ +#include <linux/notifier.h> extern int cclogic_get_otg_state(void); +extern int cclogic_register_client(struct notifier_block *nb); +extern int cclogic_unregister_client(struct notifier_block *nb); +extern int cclogic_notifier_call_chain(unsigned long val, void *v); |