xref: /rk3399_ARM-atf/plat/nvidia/tegra/include/t186/tegra186_private.h (revision d5bd0de6275e0a00f8b5c0c5076180ecc21f8da6)
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 
14 #endif /* TEGRA186_PRIVATE_H */
15