summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-04-19 19:27:26 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-19 19:27:26 -0700
commit7ca6c92e65d7e113068d5f555964d026ff847487 (patch)
tree1bf5622d0089323af6eda9bd12614c1f6aae901f /include
parent7514c164f1207f5596ce680c8dbf957e3b969133 (diff)
parent91a6162f195c0b79799cabc9d34b8785fc8df120 (diff)
Merge "regulator: qpnp-labibb: Handle LAB short circuit(SC) detection"
Diffstat (limited to 'include')
-rw-r--r--include/linux/regulator/qpnp-labibb-regulator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/qpnp-labibb-regulator.h b/include/linux/regulator/qpnp-labibb-regulator.h
index 247069507fd9..33985afeb6e9 100644
--- a/include/linux/regulator/qpnp-labibb-regulator.h
+++ b/include/linux/regulator/qpnp-labibb-regulator.h
@@ -15,6 +15,7 @@
enum labibb_notify_event {
LAB_VREG_OK = 1,
+ LAB_VREG_NOT_OK,
};
int qpnp_labibb_notifier_register(struct notifier_block *nb);