tegra186_private.h 438 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef TEGRA186_PRIVATE_H
#define TEGRA186_PRIVATE_H

void tegra186_cpu_reset_handler(void);
uint64_t tegra186_get_cpu_reset_handler_base(void);
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 */