blob: f5de017bc9bc3b77ff46246c449f9b11d57c7168 [file] [log] [blame]
Varun Wadekare0c222f2017-11-10 13:23:34 -08001/*
2 * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef __TEGRA194_PRIVATE_H__
8#define __TEGRA194_PRIVATE_H__
9
10void tegra194_cpu_reset_handler(void);
11uint64_t tegra194_get_cpu_reset_handler_base(void);
12uint64_t tegra194_get_cpu_reset_handler_size(void);
13uint64_t tegra194_get_smmu_ctx_offset(void);
14
15#endif /* __TEGRA194_PRIVATE_H__ */