projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
imx: mx6sabre common: Factorize the Pfuze init function
[oweals/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