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