SPDX: Convert all of our single license tags to Linux Kernel style
[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