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