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