1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Copyright (C) 2022 NXP 4 */ 5 6 #ifndef __ARCH_IMX9_SYS_PROTO_H 7 #define __ARCH_NMX9_SYS_PROTO_H 8 9 #include <asm/mach-imx/sys_proto.h> 10 11 void soc_power_init(void); 12 bool m33_is_rom_kicked(void); 13 int m33_prepare(void); 14 #endif 15