spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control
[zen-stable.git] / arch / arm / mach-u300 / include / mach / platform.h
blob096333f32fc34eb791a61e8b593dc1933a231778
1 /*
3 * arch/arm/mach-u300/include/mach/platform.h
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>
12 #ifndef __ASSEMBLY__
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;
20 #endif