fsl-soc.h 151 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _PPC_BOOT_FSL_SOC_H_
  3. #define _PPC_BOOT_FSL_SOC_H_
  4. #include "types.h"
  5. u32 *fsl_get_immr(void);
  6. #endif