projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'fixes-for-v2020.07-rc4' of https://gitlab.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git]
/
include
/
sy8106a.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* (C) Copyright 2016
4
* Jelle van der Waa <jelle@vdwaa.nl>
5
*/
6
#ifndef _SY8106A_PMIC_H_
7
8
int sy8106a_set_vout1(unsigned int mvolt);
9
10
#endif