Path: blob/master/arch/arm/mach-msm/include/mach/gpio.h
17602 views
/*1* Copyright (C) 2007 Google, Inc.2* Copyright (c) 2009-2010, Code Aurora Forum. All rights reserved.3* Author: Mike Lockwood <[email protected]>4*5* This software is licensed under the terms of the GNU General Public6* License version 2, as published by the Free Software Foundation, and7* may be copied, distributed, and modified under those terms.8*9* This program is distributed in the hope that it will be useful,10* but WITHOUT ANY WARRANTY; without even the implied warranty of11* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12* GNU General Public License for more details.13*14*/15#ifndef __ASM_ARCH_MSM_GPIO_H16#define __ASM_ARCH_MSM_GPIO_H1718#include <asm-generic/gpio.h>1920#define gpio_get_value __gpio_get_value21#define gpio_set_value __gpio_set_value22#define gpio_cansleep __gpio_cansleep23#define gpio_to_irq __gpio_to_irq2425#endif /* __ASM_ARCH_MSM_GPIO_H */262728