projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge git://git.denx.de/u-boot-dm
[oweals/u-boot.git]
/
arch
/
arm
/
include
/
asm
/
arch-fsl-layerscape
/
ppa.h
1
/*
2
* Copyright 2016 NXP Semiconductor, Inc.
3
*
4
* SPDX-License-Identifier: GPL-2.0+
5
*/
6
7
#ifndef __FSL_PPA_H_
8
#define __FSL_PPA_H_
9
10
#ifdef CONFIG_FSL_LS_PPA
11
int ppa_init(void);
12
#endif
13
#endif