blob: e519cdccc658cc694eb5fa1c0574ee9daeea4eb8 [file] [log] [blame]
Varun Wadekare0c222f2017-11-10 13:23:34 -08001/*
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
10void tegra194_cpu_reset_handler(void);
11uint64_t tegra194_get_cpu_reset_handler_base(void);
12uint64_t tegra194_get_cpu_reset_handler_size(void);
13uint64_t tegra194_get_smmu_ctx_offset(void);
Varun Wadekarda865de2017-11-10 13:27:29 -080014void tegra194_set_system_suspend_entry(void);
Varun Wadekare0c222f2017-11-10 13:23:34 -080015
16#endif /* __TEGRA194_PRIVATE_H__ */