You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
365 B
19 lines
365 B
/*
|
|
*
|
|
* arch/arm/mach-u300/padmux.h
|
|
*
|
|
*
|
|
* Copyright (C) 2009 ST-Ericsson AB
|
|
* License terms: GNU General Public License (GPL) version 2
|
|
* U300 PADMUX API
|
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
|
*
|
|
*/
|
|
|
|
#ifndef __MACH_U300_PADMUX_H
|
|
#define __MACH_U300_PADMUX_H
|
|
|
|
void pmx_set_mission_mode_mmc(void);
|
|
void pmx_set_mission_mode_spi(void);
|
|
|
|
#endif
|
|
|