- Moved hlt() to it's own header.
[coreboot.git] / src / arch / ppc / boot / linuxbios_table.c
index 20264c202c8fa3602af8a176d8b3bb9291706505..f199615d5f4a2b6f36bc402fd29f3be335f6e3d4 100644 (file)
@@ -227,6 +227,9 @@ unsigned long write_linuxbios_table(
        struct mem_range *ramp;
        struct lb_header *head;
        struct lb_memory *mem;
+#if HAVE_OPTION_TABLE == 1
+       struct lb_record *rec_dest, *rec_src;
+#endif 
 
        head = lb_table_init(low_table_end);
        low_table_end = (unsigned long)head;