thesis/linux-6.8.1/arch/powerpc/boot/fsl-soc.h
2025-03-19 13:44:23 +01:00

9 lines
151 B
C

/* 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