|
@@ -25,4 +25,10 @@ extern int arm_add_memory(u64 start, u64 size);
|
|
extern void early_print(const char *str, ...);
|
|
extern void early_print(const char *str, ...);
|
|
extern void dump_machine_table(void);
|
|
extern void dump_machine_table(void);
|
|
|
|
|
|
|
|
+#ifdef CONFIG_ATAGS_PROC
|
|
|
|
+extern void save_atags(const struct tag *tags);
|
|
|
|
+#else
|
|
|
|
+static inline void save_atags(const struct tag *tags) { }
|
|
|
|
+#endif
|
|
|
|
+
|
|
#endif
|
|
#endif
|