From da49919ea7988629472c57ae6b547d7d6b7dd263 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 29 Jun 2007 12:40:13 +0000 Subject: [PATCH] Fix compiler warning (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@410 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/dtc/dtc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/util/dtc/dtc.h b/util/dtc/dtc.h index 954468542d..171d094d42 100644 --- a/util/dtc/dtc.h +++ b/util/dtc/dtc.h @@ -219,6 +219,7 @@ void dt_to_asm(FILE *f, struct boot_info *bi, int version, 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);