]> git.sur5r.net Git - u-boot/blob - board/freescale/common/pfuze.h
Merge git://git.denx.de/u-boot-fsl-qoriq
[u-boot] / board / freescale / common / pfuze.h
1 /*
2  * Copyright 2014 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __PFUZE_BOARD_HELPER__
8 #define __PFUZE_BOARD_HELPER__
9
10 struct pmic *pfuze_common_init(unsigned char i2cbus);
11 int pfuze_mode_init(struct pmic *p, u32 mode);
12
13 #endif