blob: 60174ab54e30b1c0a1bfc57a9db7ce3c69874560 [file] [log] [blame]
Varun Wadekar8304fc82017-10-25 11:52:07 -07001/*
Pritesh Raithatha75c94432018-08-03 15:48:15 +05302 * Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved.
Varun Wadekar8304fc82017-10-25 11:52:07 -07003 *
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);
Pritesh Raithatha75c94432018-08-03 15:48:15 +053013uint64_t tegra186_get_mc_ctx_offset(void);
Varun Wadekar2a7d87e2017-11-10 10:26:57 -080014void tegra186_set_system_suspend_entry(void);
Varun Wadekar8304fc82017-10-25 11:52:07 -070015
16#endif /* TEGRA186_PRIVATE_H */