summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra124/include/soc/maincpu.h
blob: e78529201a7189062a4fc0c7f13fbe771ded01e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __SOC_NVIDIA_TEGRA124_MAINCPU_H__
#define __SOC_NVIDIA_TEGRA124_MAINCPU_H__

#include <stdint.h>

extern u32 maincpu_stack_pointer;
extern u32 maincpu_entry_point;
void maincpu_setup(void);

#endif	/* __SOC_NVIDIA_TEGRA124_MAINCPU_H__ */