[ARM] S3C64XX: Initial arch header files
[safe/jmp/linux-2.6] / arch / arm / mach-s3c6400 / include / mach / gpio.h
1 /* arch/arm/mach-s3c6400/include/mach/gpio.h
2  *
3  * Copyright 2008 Openmoko, Inc.
4  * Copyright 2008 Simtec Electronics
5  *      http://armlinux.simtec.co.uk/
6  *      Ben Dooks <ben@simtec.co.uk>
7  *
8  * S3C6400 - GPIO lib support
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License version 2 as
12  * published by the Free Software Foundation.
13 */
14
15 #define gpio_get_value  __gpio_get_value
16 #define gpio_set_value  __gpio_set_value
17 #define gpio_cansleep   __gpio_cansleep
18 #define gpio_to_irq     __gpio_to_irq
19
20 #define ARCH_NR_GPIOS   188
21
22 #include <asm-generic/gpio.h>