Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / arch / arm / mach-tegra / include / mach / gpio-tegra.h
bloba978b3cc3a8de80db1c078aa50da79522c557614
1 /*
2 * arch/arm/mach-tegra/include/mach/gpio.h
4 * Copyright (C) 2010 Google, Inc.
6 * Author:
7 * Erik Gilling <konkers@google.com>
9 * This software is licensed under the terms of the GNU General Public
10 * License version 2, as published by the Free Software Foundation, and
11 * may be copied, distributed, and modified under those terms.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
20 #ifndef __MACH_TEGRA_GPIO_TEGRA_H
21 #define __MACH_TEGRA_GPIO_TEGRA_H
23 #include <linux/types.h>
24 #include <mach/irqs.h>
26 #define TEGRA_NR_GPIOS INT_GPIO_NR
28 #endif