Maurus Cuelenaere | a2f7bff | 2010-05-20 11:35:50 +0200 | [diff] [blame] | 1 | /* |
| 2 | * linux/arch/arm/mach-s3c64xx/mach-smartq.h |
| 3 | * |
| 4 | * Copyright (C) 2010 Maurus Cuelenaere |
| 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License version 2 as |
| 8 | * published by the Free Software Foundation. |
| 9 | * |
| 10 | */ |
| 11 | |
| 12 | #ifndef __MACH_SMARTQ_H |
| 13 | #define __MACH_SMARTQ_H __FILE__ |
| 14 | |
| 15 | #include <linux/init.h> |
| 16 | |
| 17 | extern void __init smartq_map_io(void); |
| 18 | extern void __init smartq_machine_init(void); |
| 19 | |
| 20 | #endif /* __MACH_SMARTQ_H */ |