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