blob: 18e10d2c35ead81dd58d38e31a14d7571be1888f [file] [log] [blame]
Ben Dooksf348a2a2008-07-03 11:24:25 +01001/* linux/include/asm-arm/arch-s3c2410/gpio.h
Philipp Zabel390414b2007-02-12 00:53:15 -08002 *
Ben Dooksf348a2a2008-07-03 11:24:25 +01003 * Copyright (c) 2008 Simtec Electronics
4 * http://armlinux.simtec.co.uk/
5 * Ben Dooks <ben@simtec.co.uk>
Philipp Zabel390414b2007-02-12 00:53:15 -08006 *
Ben Dooksf348a2a2008-07-03 11:24:25 +01007 * S3C2410 - GPIO lib support
Philipp Zabel390414b2007-02-12 00:53:15 -08008 *
9 * This program is free software; you can redistribute it and/or modify
Ben Dooksf348a2a2008-07-03 11:24:25 +010010 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
12*/
Philipp Zabel390414b2007-02-12 00:53:15 -080013
Ben Dooksf348a2a2008-07-03 11:24:25 +010014#define gpio_get_value __gpio_get_value
15#define gpio_set_value __gpio_set_value
16#define gpio_cansleep __gpio_cansleep
Philipp Zabel390414b2007-02-12 00:53:15 -080017
Ben Dooksf348a2a2008-07-03 11:24:25 +010018#include <asm-generic/gpio.h>