Merge commit 'origin/master' into next
[deliverable/linux.git] / arch / arm / mach-u300 / padmux.h
1 /*
2 *
3 * arch/arm/mach-u300/padmux.h
4 *
5 *
6 * Copyright (C) 2009 ST-Ericsson AB
7 * License terms: GNU General Public License (GPL) version 2
8 * U300 PADMUX API
9 * Author: Linus Walleij <linus.walleij@stericsson.com>
10 *
11 */
12
13 #ifndef __MACH_U300_PADMUX_H
14 #define __MACH_U300_PADMUX_H
15
16 void pmx_set_mission_mode_mmc(void);
17 void pmx_set_mission_mode_spi(void);
18
19 #endif
This page took 0.035994 seconds and 5 git commands to generate.