blob: 5ae7a0433986116beb5a565b25ac4016ef55569b [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 Fanbbcd2c42022-07-26 16:40:39 +080012#endif