xref: /aosp_15_r20/external/arm-trusted-firmware/plat/nvidia/tegra/include/t186/tegra186_private.h (revision 54fd6939e177f8ff529b10183254802c76df6d08)
1 /*
2  * Copyright (c) 2017-2020, 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 uint64_t tegra186_get_mc_ctx_size(void);
11 
12 #endif /* TEGRA186_PRIVATE_H */
13