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