Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / arch / m68k / include / asm / bootinfo.h
index 8e213267f8e7165054c35f9d81dab22481467fa4..81c91af8ec6c0e80a4339e4123f7126ae945e4ec 100644 (file)
@@ -22,6 +22,12 @@ extern void save_bootinfo(const struct bi_record *bi);
 static inline void save_bootinfo(const struct bi_record *bi) {}
 #endif
 
+#ifdef CONFIG_UBOOT
+void process_uboot_commandline(char *commandp, int size);
+#else
+static inline void process_uboot_commandline(char *commandp, int size) {}
+#endif
+
 #endif /* __ASSEMBLY__ */
 
 
This page took 0.034082 seconds and 5 git commands to generate.