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

#ifndef _SOC_QUALCOMM_SC7180_MMU_H_
#define _SOC_QUALCOMM_SC7180_MMU_H_

void sc7180_mmu_init(void);

#endif /* _SOC_QUALCOMM_SC7180_MMU_H_ */