blob: c704254ab67c68b833b1a919072ed6fc56463078 [file] [log] [blame]
Srinidhi Kasagaraa44ef42009-11-28 08:17:18 +01001/*
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 Baltieribd93ec52013-06-14 15:22:40 +020014#include <asm/mach/arch.h>
Srinidhi Kasagaraa44ef42009-11-28 08:17:18 +010015#include <linux/init.h>
Lee Jones3a8e39c2012-07-06 12:46:23 +020016#include <linux/mfd/abx500/ab8500.h>
Srinidhi Kasagaraa44ef42009-11-28 08:17:18 +010017
Fabio Baltieribd93ec52013-06-14 15:22:40 +020018void ux500_restart(enum reboot_mode mode, const char *cmd);
19
Linus Walleij9bac89e2015-05-14 10:37:05 +020020void __init ux500_setup_id(void);
Rabin Vincentd48fd002010-05-03 07:46:56 +010021
Rabin Vincent178980f2010-05-03 07:39:02 +010022extern void __init ux500_init_irq(void);
Per Forlinbab263e2010-12-05 12:49:03 +010023
Lee Joneseda413c2012-02-06 11:22:24 -080024extern struct device *ux500_soc_device_init(const char *soc_id);
Per Forline8b1cc32010-12-05 13:35:12 +010025
Marc Zyngier5ac21a92011-09-08 13:15:22 +010026extern void ux500_cpu_die(unsigned int cpu);
27
Srinidhi Kasagaraa44ef42009-11-28 08:17:18 +010028#endif /* __ASM_ARCH_SETUP_H */