Files
Debian-9-Kernel/arch/powerpc/boot/fsl-soc.h
T
2023-05-02 09:58:35 +02:00

9 lines
112 B
C

#ifndef _PPC_BOOT_FSL_SOC_H_
#define _PPC_BOOT_FSL_SOC_H_
#include "types.h"
u32 *fsl_get_immr(void);
#endif