treewide: replace GPLv2 long form headers with SPDX header
[coreboot.git] / src / soc / qualcomm / qcs405 / include / soc / mmu.h
blobb09abe94376820d06efc227cc7a3e0a6fb55e2c5
1 /* This file is part of the coreboot project. */
2 /* SPDX-License-Identifier: GPL-2.0-only */
4 #ifndef _SOC_QUALCOMM_QCS405_MMU_H__
5 #define _SOC_QUALCOMM_QCS405_MMU_H__
7 void qcs405_mmu_init(void);
9 #endif // _SOC_QUALCOMM_QCS405_MMU_H_