1 /* 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 10 void tegra194_cpu_reset_handler(void); 11 uint64_t tegra194_get_cpu_reset_handler_base(void); 12 uint64_t tegra194_get_cpu_reset_handler_size(void); 13 uint64_t tegra194_get_smmu_ctx_offset(void); 14 void tegra194_set_system_suspend_entry(void); 15 16 #endif /* __TEGRA194_PRIVATE_H__ */ 17