summaryrefslogtreecommitdiffstats
path: root/plat/nvidia/tegra/include/t194/tegra194_private.h
blob: c5a51e951fa10c48575e82b7924a1e3f391a448f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef TEGRA194_PRIVATE_H
#define TEGRA194_PRIVATE_H

void tegra194_cpu_reset_handler(void);
uint64_t tegra194_get_cpu_reset_handler_base(void);
uint64_t tegra194_get_cpu_reset_handler_size(void);
uint64_t tegra194_get_mc_ctx_offset(void);
void tegra194_set_system_suspend_entry(void);

#endif /* TEGRA194_PRIVATE_H */