summaryrefslogtreecommitdiff
path: root/include/sy8106a.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sy8106a.h')
-rw-r--r--include/sy8106a.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/sy8106a.h b/include/sy8106a.h
new file mode 100644
index 0000000..36bfdbd
--- /dev/null
+++ b/include/sy8106a.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * (C) Copyright 2016
+ * Jelle van der Waa <jelle@vdwaa.nl>
+ */
+#ifndef _SY8106A_PMIC_H_
+
+int sy8106a_set_vout1(unsigned int mvolt);
+
+#endif