mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
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
|