blob: ba97f92f5ae5d54ea23ebe50383135fe12ba22ff [file] [log] [blame]
Peng Fanbbcd2c42022-07-26 16:40:39 +08001/* 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
Peng Fan65563792022-07-26 16:41:02 +080011void soc_power_init(void);
Peng Fan6d929962022-07-26 16:41:03 +080012bool m33_is_rom_kicked(void);
13int m33_prepare(void);
Peng Fanbbcd2c42022-07-26 16:40:39 +080014#endif