mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-04-26 03:04:36 +00:00
10 lines
151 B
C
10 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
|