summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra210/include/soc/mmu_operations.h
blob: b9a43878dd622de62bde4b8a529b1d898cf47a96 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __SOC_NVIDIA_TEGRA210_MMU_OPERATIONS_H__
#define __SOC_NVIDIA_TEGRA210_MMU_OPERATIONS_H__

void tegra210_mmu_init(void);

#endif //__SOC_NVIDIA_TEGRA210_MMU_OPERATIONS_H__