Srinidhi Kasagar | aa44ef4 | 2009-11-28 08:17:18 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2009 ST-Ericsson. |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 as |
| 6 | * published by the Free Software Foundation. |
| 7 | * |
| 8 | * These symbols are needed for board-specific files to call their |
| 9 | * own cpu-specific files |
| 10 | */ |
| 11 | #ifndef __ASM_ARCH_SETUP_H |
| 12 | #define __ASM_ARCH_SETUP_H |
| 13 | |
Fabio Baltieri | bd93ec5 | 2013-06-14 15:22:40 +0200 | [diff] [blame] | 14 | #include <asm/mach/arch.h> |
Srinidhi Kasagar | aa44ef4 | 2009-11-28 08:17:18 +0100 | [diff] [blame] | 15 | #include <asm/mach/time.h> |
| 16 | #include <linux/init.h> |
Lee Jones | 3a8e39c | 2012-07-06 12:46:23 +0200 | [diff] [blame] | 17 | #include <linux/mfd/abx500/ab8500.h> |
Srinidhi Kasagar | aa44ef4 | 2009-11-28 08:17:18 +0100 | [diff] [blame] | 18 | |
Fabio Baltieri | bd93ec5 | 2013-06-14 15:22:40 +0200 | [diff] [blame] | 19 | void ux500_restart(enum reboot_mode mode, const char *cmd); |
| 20 | |
Linus Walleij | 9bac89e | 2015-05-14 10:37:05 +0200 | [diff] [blame] | 21 | void __init ux500_setup_id(void); |
Rabin Vincent | d48fd00 | 2010-05-03 07:46:56 +0100 | [diff] [blame] | 22 | |
Rabin Vincent | 178980f | 2010-05-03 07:39:02 +0100 | [diff] [blame] | 23 | extern void __init ux500_init_irq(void); |
Per Forlin | bab263e | 2010-12-05 12:49:03 +0100 | [diff] [blame] | 24 | |
Lee Jones | eda413c | 2012-02-06 11:22:24 -0800 | [diff] [blame] | 25 | extern struct device *ux500_soc_device_init(const char *soc_id); |
Per Forlin | e8b1cc3 | 2010-12-05 13:35:12 +0100 | [diff] [blame] | 26 | |
Stephen Warren | 6bb27d7 | 2012-11-08 12:40:59 -0700 | [diff] [blame] | 27 | extern void ux500_timer_init(void); |
Rabin Vincent | cc2c133 | 2010-03-01 05:03:31 +0100 | [diff] [blame] | 28 | |
Marc Zyngier | 5ac21a9 | 2011-09-08 13:15:22 +0100 | [diff] [blame] | 29 | extern void ux500_cpu_die(unsigned int cpu); |
| 30 | |
Srinidhi Kasagar | aa44ef4 | 2009-11-28 08:17:18 +0100 | [diff] [blame] | 31 | #endif /* __ASM_ARCH_SETUP_H */ |