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); 13 uint64_t tegra186_get_smmu_ctx_offset(void); 14 void tegra186_set_system_suspend_entry(void); 15 16 #endif /* TEGRA186_PRIVATE_H */ 17