summaryrefslogtreecommitdiffstats
path: root/include/axp152.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/axp152.h')
-rw-r--r--include/axp152.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/axp152.h b/include/axp152.h
new file mode 100644
index 0000000000..3e5ccbd0d8
--- /dev/null
+++ b/include/axp152.h
@@ -0,0 +1,10 @@
+/*
+ * (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+int axp152_set_dcdc2(int mvolt);
+int axp152_set_dcdc3(int mvolt);
+int axp152_set_dcdc4(int mvolt);
+int axp152_set_ldo2(int mvolt);
+int axp152_init(void);