|
@@ -23,3 +23,15 @@ extern void s3c244x_init_clocks(int xtal);
|
|
#define s3c244x_init_uarts NULL
|
|
#define s3c244x_init_uarts NULL
|
|
#define s3c244x_map_io NULL
|
|
#define s3c244x_map_io NULL
|
|
#endif
|
|
#endif
|
|
|
|
+
|
|
|
|
+#ifdef CONFIG_CPU_S3C2440
|
|
|
|
+extern int s3c2440_init(void);
|
|
|
|
+#else
|
|
|
|
+#define s3c2440_init NULL
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+#ifdef CONFIG_CPU_S3C2442
|
|
|
|
+extern int s3c2442_init(void);
|
|
|
|
+#else
|
|
|
|
+#define s3c2442_init NULL
|
|
|
|
+#endif
|