tegra194_private.h 443 Bytes
Newer Older
1
/*
2
 * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
3
4
5
6
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

7
8
#ifndef TEGRA194_PRIVATE_H
#define TEGRA194_PRIVATE_H
9
10
11
12
13

void tegra194_cpu_reset_handler(void);
uint64_t tegra194_get_cpu_reset_handler_base(void);
uint64_t tegra194_get_cpu_reset_handler_size(void);
uint64_t tegra194_get_smmu_ctx_offset(void);
14
void tegra194_set_system_suspend_entry(void);
15

16
#endif /* TEGRA194_PRIVATE_H */