mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
11 lines
269 B
C
11 lines
269 B
C
|
/*
|
||
|
* (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
int axp152_set_dcdc2(int mvolt);
|
||
|
int axp152_set_dcdc3(int mvolt);
|
||
|
int axp152_set_dcdc4(int mvolt);
|
||
|
int axp152_set_ldo2(int mvolt);
|
||
|
int axp152_init(void);
|