summaryrefslogtreecommitdiff
path: root/include/linux/cclogic-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/cclogic-core.h')
-rw-r--r--include/linux/cclogic-core.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/cclogic-core.h b/include/linux/cclogic-core.h
new file mode 100644
index 000000000000..181a2c5df4aa
--- /dev/null
+++ b/include/linux/cclogic-core.h
@@ -0,0 +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);