From: Albert H. <he...@us...> - 2009-10-25 18:33:57
|
Update of /cvsroot/gc-linux/linux/include/asm-generic In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/include/asm-generic Modified Files: gpio.h Log Message: Rewind to v2.6.29. Index: gpio.h =================================================================== RCS file: /cvsroot/gc-linux/linux/include/asm-generic/gpio.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gpio.h 2 Mar 2009 18:33:59 -0000 1.2 --- gpio.h 25 Oct 2009 18:33:47 -0000 1.3 *************** *** 114,118 **** 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); --- 114,117 ---- |