]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/axp152.h
gpio: remove gpiolib.c and define remaining functions as static inline in asm/gpio.h
[karo-tx-uboot.git] / include / axp152.h
1 /*
2  * (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6 int axp152_set_dcdc2(int mvolt);
7 int axp152_set_dcdc3(int mvolt);
8 int axp152_set_dcdc4(int mvolt);
9 int axp152_set_ldo2(int mvolt);
10 int axp152_init(void);