summaryrefslogtreecommitdiffstats
path: root/include/regulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/regulator.h')
-rw-r--r--include/regulator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/regulator.h b/include/regulator.h
index a43d3df540..367e13f05b 100644
--- a/include/regulator.h
+++ b/include/regulator.h
@@ -6,6 +6,7 @@ struct regulator;
struct regulator_dev {
struct regulator_ops *ops;
+ int boot_on;
};
struct regulator_ops {