xref: /openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ppa.h (revision c40b6df87fc0193a7184ada9f53aaf57cdec0cdf)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2016 NXP Semiconductor, Inc.
4  */
5 
6 #ifndef __FSL_PPA_H_
7 #define __FSL_PPA_H_
8 
9 #ifdef CONFIG_FSL_LS_PPA
10 int ppa_init(void);
11 #endif
12 #endif
13