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@hermann-uwe.de Acked-by: Uwe Hermann uwe@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);