Fix compiler warning (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@410 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
782329e647
commit
da49919ea7
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue