blob: 2f7a1292758f9901e8120f19c910550d43f26099 [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
Andre Przywaraccbd20d2023-05-15 14:52:10 +01007#define __ARCH_IMX9_SYS_PROTO_H
Peng Fanbbcd2c42022-07-26 16:40:39 +08008
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