projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARM: dts: exynos4: use the node's name for i2c
[platform/kernel/u-boot.git]
/
include
/
sy8106a.h
1
/*
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
9
int sy8106a_set_vout1(unsigned int mvolt);
10
11
#endif