7a4126cca013ac0f1c15b4db605f6d86146dceb9
[platform/kernel/u-boot.git] / 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
12 #endif