xref: /openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ppa.h (revision 88dc40991494951015978b381bc37899fd9971d4)
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