patch-2.4.5 linux/include/asm-ppc/serial.h
Next file: linux/include/asm-ppc/setup.h
Previous file: linux/include/asm-ppc/sembuf.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon May 21 15:02:06 2001
- Orig file:
v2.4.4/linux/include/asm-ppc/serial.h
- Orig date:
Mon Jan 22 15:41:15 2001
diff -u --recursive --new-file v2.4.4/linux/include/asm-ppc/serial.h linux/include/asm-ppc/serial.h
@@ -1,10 +1,19 @@
/*
+ * BK Id: SCCS/s.serial.h 1.12 05/17/01 18:14:25 cort
+ */
+/*
* include/asm-ppc/serial.h
*/
#ifdef __KERNEL__
#include <linux/config.h>
+#ifdef CONFIG_GEMINI
+#include <asm/gemini_serial.h>
+#elif defined(CONFIG_4xx)
+#include <asm/ppc4xx_serial.h>
+#else
+
/*
* This assumes you have a 1.8432 MHz clock for your UART.
*
@@ -123,4 +132,5 @@
HUB6_SERIAL_PORT_DFNS \
MCA_SERIAL_PORT_DFNS
+#endif /* !CONFIG_GEMINI and others */
#endif /* __KERNEL__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)