xref: /openbmc/u-boot/board/freescale/common/pfuze.h (revision 16437a19)
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 
12 #endif
13