13 lines
221 B
C
13 lines
221 B
C
|
/*
|
||
|
* Copyright 2014 Freescale Semiconductor, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __PFUZE_BOARD_HELPER__
|
||
|
#define __PFUZE_BOARD_HELPER__
|
||
|
|
||
|
struct pmic *pfuze_common_init(unsigned char i2cbus);
|
||
|
|
||
|
#endif
|