1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * linux/arch/arm/mach-s3c64xx/mach-smartq.h 4 * 5 * Copyright (C) 2010 Maurus Cuelenaere 6 */ 7 8 #ifndef __MACH_SMARTQ_H 9 #define __MACH_SMARTQ_H __FILE__ 10 11 #include <linux/init.h> 12 13 extern void __init smartq_map_io(void); 14 extern void __init smartq_machine_init(void); 15 16 #endif /* __MACH_SMARTQ_H */ 17