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_IMX9_SYS_PROTO_H
8
9#include <asm/mach-imx/sys_proto.h>
10
11void soc_power_init(void);
12bool m33_is_rom_kicked(void);
13int m33_prepare(void);
14#endif
15