blob: cb52f084ebe2401cf353eb70c44d989f2ecf0df1 [file] [log] [blame]
Varun Wadekar8304fc82017-10-25 11:52:07 -07001/*
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
10void tegra186_cpu_reset_handler(void);
11uint64_t tegra186_get_cpu_reset_handler_base(void);
12uint64_t tegra186_get_cpu_reset_handler_size(void);
13
14#endif /* TEGRA186_PRIVATE_H */