Gregory Bean | 1de238e | 2010-04-30 22:15:16 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2007 Google, Inc. |
| 3 | * Copyright (c) 2009-2010, Code Aurora Forum. All rights reserved. |
| 4 | * Author: Mike Lockwood <lockwood@android.com> |
| 5 | * |
| 6 | * This software is licensed under the terms of the GNU General Public |
| 7 | * License version 2, as published by the Free Software Foundation, and |
| 8 | * may be copied, distributed, and modified under those terms. |
| 9 | * |
| 10 | * This program is distributed in the hope that it will be useful, |
| 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | * GNU General Public License for more details. |
| 14 | * |
| 15 | */ |
| 16 | #ifndef __ASM_ARCH_MSM_GPIO_H |
| 17 | #define __ASM_ARCH_MSM_GPIO_H |
| 18 | |
Pavel Machek | 923a081 | 2010-06-02 11:11:12 -0700 | [diff] [blame] | 19 | #include <asm-generic/gpio.h> |
| 20 | |
| 21 | #define gpio_get_value __gpio_get_value |
| 22 | #define gpio_set_value __gpio_set_value |
| 23 | #define gpio_cansleep __gpio_cansleep |
| 24 | #define gpio_to_irq __gpio_to_irq |
| 25 | |
Gregory Bean | 1de238e | 2010-04-30 22:15:16 -0700 | [diff] [blame] | 26 | #endif /* __ASM_ARCH_MSM_GPIO_H */ |