Update of /cvsroot/gc-linux/linux/include/asm-generic
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv751/include/asm-generic
Modified Files:
gpio.h
Log Message:
Merge gc-linux-v2.6.31.
Index: gpio.h
===================================================================
RCS file: /cvsroot/gc-linux/linux/include/asm-generic/gpio.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** gpio.h 25 Oct 2009 18:53:46 -0000 1.6
--- gpio.h 25 Oct 2009 18:59:28 -0000 1.7
***************
*** 119,122 ****
--- 119,123 ----
extern int gpio_direction_input(unsigned gpio);
extern int gpio_direction_output(unsigned gpio, int value);
+ extern int gpio_direction_is_output(unsigned gpio);
extern int gpio_get_value_cansleep(unsigned gpio);
|