patch-2.4.22 linux-2.4.22/include/asm-arm/arch-epxa/excalibur.h
Next file: linux-2.4.22/include/asm-arm/arch-epxa/hardware.h
Previous file: linux-2.4.22/include/asm-arm/arch-epxa/exc-epxa1db.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-arm/arch-epxa/excalibur.h
- Orig date:
1969-12-31 16:00:00.000000000 -0800
diff -urN linux-2.4.21/include/asm-arm/arch-epxa/excalibur.h linux-2.4.22/include/asm-arm/arch-epxa/excalibur.h
@@ -0,0 +1,10 @@
+#include <linux/config.h>
+#ifdef CONFIG_EPXA10DB_R2
+#include "exc-epxa10dbr2.h"
+#elif defined CONFIG_EPXA10DB_R3
+#include "exc-epxa10dbr3.h"
+#elif defined CONFIG_EPXA1DB
+#include "exc-epxa1db.h"
+#else
+#error "must select an EPXA development board"
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)