[LinuxBIOS] r410 - LinuxBIOSv3/util/dtc

svn at openbios.org svn at openbios.org
Fri Jun 29 14:40:13 CEST 2007


Author: uwe
Date: 2007-06-29 14:40:13 +0200 (Fri, 29 Jun 2007)
New Revision: 410

Modified:
   LinuxBIOSv3/util/dtc/dtc.h
Log:
Fix compiler warning (trivial).

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: LinuxBIOSv3/util/dtc/dtc.h
===================================================================
--- LinuxBIOSv3/util/dtc/dtc.h	2007-06-29 00:23:18 UTC (rev 409)
+++ LinuxBIOSv3/util/dtc/dtc.h	2007-06-29 12:40:13 UTC (rev 410)
@@ -219,6 +219,7 @@
 	       int boot_cpuid_phys);
 void dt_to_C(FILE *f, struct boot_info *bi, int version, int boot_cpuid_phys);
 void dt_to_linuxbios(FILE *f, struct boot_info *bi, int version, int boot_cpuid_phys);
+void dt_to_linuxbiosh(FILE *f, struct boot_info *bi, int version, int boot_cpuid_phys);
 
 struct boot_info *dt_from_blob(FILE *f);
 





More information about the coreboot mailing list