]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/axp152.h
arc: make sure _start is in the beginning of .text section
[people/ms/u-boot.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);