aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/gpio-p10.h
blob: 3674faa204777d66e8fa68b2ba7ae9994449a2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* linux/arch/arm/mach-exynos/include/mach/gpio-midas.h
 *
 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
 *		http://www.samsung.com
 *
 * EXYNOS4 - MIDAS GPIO lib
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
*/

#ifndef __ASM_ARCH_GPIO_P10_H
#define __ASM_ARCH_GPIO_P10_H __FILE__

#if defined(CONFIG_MACH_P10_00_BD)
#include "gpio-rev00-p10.h"
#elif defined(CONFIG_MACH_P10_LTE_00_BD)
#include "gpio-rev00-p10-lte.h"
#elif defined(CONFIG_MACH_P10_WIFI_00_BD)
#include "gpio-rev00-p10-wifi.h"
#elif defined(CONFIG_MACH_P10_LUNGO_01_BD)
#include "gpio-rev01-p10-lungo.h"
#elif defined(CONFIG_MACH_P10_LUNGO_WIFI_01_BD)
#include "gpio-rev01-p10-lungo-wifi.h"
#endif

#endif /* __ASM_ARCH_GPIO_P10_H */