Update of /cvsroot/blob/blob/src/blob
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8138
Modified Files:
h3600.c
Log Message:
fix from Kevin Lo <ke...@ke...>
Index: h3600.c
===================================================================
RCS file: /cvsroot/blob/blob/src/blob/h3600.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- h3600.c 4 Sep 2003 17:39:00 -0000 1.9
+++ h3600.c 20 Feb 2004 09:56:57 -0000 1.10
@@ -37,7 +37,7 @@
-/* taken from Linux include/asm-arm/arch-sa1100/h3600.h */
+/* taken from Linux include/asm-arm/arch-sa1100/h3600_gpio.h */
#define EGPIO_H3600_VPP_ON (1 << 0)
#define EGPIO_H3600_RS232_ON (1 << 7) /* UART3 transceiver force on. Active high. */
|