Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / include / asm / arch-fsl-layerscape / ppa.h
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