xref: /linux/arch/arm/mach-s3c/map.h (revision 97ef3b7f4fdf8ad6818aa2c8201c3b72cc635e16)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifdef CONFIG_ARCH_S3C24XX
4 #include "map-s3c24xx.h"
5 #endif
6 
7 #ifdef CONFIG_ARCH_S3C64XX
8 #include "map-s3c64xx.h"
9 #endif
10