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