summaryrefslogtreecommitdiff
path: root/include/linux/cclogic-core.h
blob: 181a2c5df4aa980f9e65f78a18c1a4cba3a26a74 (plain)
1
2
3
4
5
6
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);