ARM: restart: u300: use new restart hook
[deliverable/linux.git] / arch / arm / mach-u300 / include / mach / platform.h
1 /*
2 *
3 * arch/arm/mach-u300/include/mach/platform.h
4 *
5 *
6 * Copyright (C) 2006-2009 ST-Ericsson AB
7 * License terms: GNU General Public License (GPL) version 2
8 * Basic platform init and mapping functions.
9 * Author: Linus Walleij <linus.walleij@stericsson.com>
10 */
11
12 #ifndef __ASSEMBLY__
13
14 void u300_map_io(void);
15 void u300_init_irq(void);
16 void u300_init_devices(void);
17 void u300_restart(char, const char *);
18 extern struct sys_timer u300_timer;
19
20 #endif
This page took 0.07534 seconds and 5 git commands to generate.