diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-11-08 21:07:46 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2022-07-27 18:59:05 +0200 |
commit | 90f7546c2b4ac17a46a24e699877a727d6033757 (patch) | |
tree | db119fb69538171933f9b7f890135e90ffa6dfa1 /include/linux/cclogic-core.h | |
parent | d8a6f82e92cecb1414ac9abafdb53fc4a3b6073d (diff) |
cclogic: Add some edits from ZUK
* Reworked from ZUK sources to make it looks a bit better
* Also adapted to 4.4 and moved to the new directory
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
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); |