mirror of https://gitee.com/openkylin/linux.git
20 lines
365 B
C
20 lines
365 B
C
/*
|
|
*
|
|
* 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
|