summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/qcs405/include/soc/mmu.h
blob: b09abe94376820d06efc227cc7a3e0a6fb55e2c5 (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_QCS405_MMU_H__
#define _SOC_QUALCOMM_QCS405_MMU_H__

void qcs405_mmu_init(void);

#endif  // _SOC_QUALCOMM_QCS405_MMU_H_