aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/gpio-naples.h
blob: bed9ee9c07e5f2dc60012da6354b3b7348e68326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* linux/arch/arm/mach-exynos/include/mach/gpio-naples.h
 *
 * Copyright (c) 2012 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_NAPLES_H
#define __ASM_ARCH_GPIO_NAPLES_H __FILE__

#if defined(CONFIG_GPIO_NAPLES_00_BD)
#include "gpio-rev00-naples.h"
#endif

extern int s3c_gpio_slp_cfgpin(unsigned int pin, unsigned int config);
extern int s3c_gpio_slp_setpull_updown(unsigned int pin, unsigned int config);

#endif /* __ASM_ARCH_GPIO_NAPLES_H */