blob: 32e8c43dc058bfeb62e871d72a7d263c24c43d55 [file] [log] [blame]
Jelle van der Waa0d8382a2016-02-23 18:47:19 +01001/*
2 * (C) Copyright 2016
3 * Jelle van der Waa <jelle@vdwaa.nl>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7#ifndef _SY8106A_PMIC_H_
8
9int sy8106a_set_vout1(unsigned int mvolt);
10
11#endif