Varun Wadekar | 8304fc8 | 2017-10-25 11:52:07 -0700 | [diff] [blame] | 1 | /* |
| 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 | |
| 10 | void tegra186_cpu_reset_handler(void); |
| 11 | uint64_t tegra186_get_cpu_reset_handler_base(void); |
| 12 | uint64_t tegra186_get_cpu_reset_handler_size(void); |
Varun Wadekar | fa88767 | 2017-11-08 14:45:08 -0800 | [diff] [blame] | 13 | uint64_t tegra186_get_smmu_ctx_offset(void); |
Varun Wadekar | 2a7d87e | 2017-11-10 10:26:57 -0800 | [diff] [blame] | 14 | void tegra186_set_system_suspend_entry(void); |
Varun Wadekar | 8304fc8 | 2017-10-25 11:52:07 -0700 | [diff] [blame] | 15 | |
| 16 | #endif /* TEGRA186_PRIVATE_H */ |