u-boot/arch/arm/include/asm/arch-imx9/sys_proto.h

15 lines
263 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2022 NXP
*/
#ifndef __ARCH_IMX9_SYS_PROTO_H
#define __ARCH_IMX9_SYS_PROTO_H
#include <asm/mach-imx/sys_proto.h>
void soc_power_init(void);
bool m33_is_rom_kicked(void);
int m33_prepare(void);
#endif