patch-2.4.3 linux/include/asm-arm/hardware/serial_amba.h

Next file: linux/include/asm-arm/mach/amba_kmi.h
Previous file: linux/include/asm-arm/hardware/pci_v3.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.2/linux/include/asm-arm/hardware/serial_amba.h linux/include/asm-arm/hardware/serial_amba.h
@@ -88,4 +88,7 @@
 #define ARM_BAUD_2400                   383
 #define ARM_BAUD_1200                   767
 
+#define AMBA_UARTRSR_ANY	(AMBA_UARTRSR_OE|AMBA_UARTRSR_BE|AMBA_UARTRSR_PE|AMBA_UARTRSR_FE)
+#define AMBA_UARTFR_MODEM_ANY	(AMBA_UARTFR_DCD|AMBA_UARTFR_DSR|AMBA_UARTFR_CTS)
+
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)