License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[GitHub/MotorolaMobilityLLC/kernel-slsi.git] / arch / powerpc / boot / fsl-soc.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
bbc6fac3
SW
2#ifndef _PPC_BOOT_FSL_SOC_H_
3#define _PPC_BOOT_FSL_SOC_H_
4
5#include "types.h"
6
7u32 *fsl_get_immr(void);
8
9#endif