blob: 30b1595e836b462230dd2553add7e51b6d7aec1f [file] [log] [blame]
Varun Wadekar8304fc82017-10-25 11:52:07 -07001/*
2 * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef TEGRA186_PRIVATE_H
8#define TEGRA186_PRIVATE_H
9
10void tegra186_cpu_reset_handler(void);
11uint64_t tegra186_get_cpu_reset_handler_base(void);
12uint64_t tegra186_get_cpu_reset_handler_size(void);
Varun Wadekarfa887672017-11-08 14:45:08 -080013uint64_t tegra186_get_smmu_ctx_offset(void);
Varun Wadekar8304fc82017-10-25 11:52:07 -070014
15#endif /* TEGRA186_PRIVATE_H */