kernel_samsung_a53x/arch/powerpc/boot/fsl-soc.h
2024-06-15 16:02:09 -03:00

9 lines
151 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PPC_BOOT_FSL_SOC_H_
#define _PPC_BOOT_FSL_SOC_H_
#include "types.h"
u32 *fsl_get_immr(void);
#endif