new-image: Fix host tool build breakage

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
This commit is contained in:
Haavard Skinnemoen 2008-03-27 09:12:40 +01:00 committed by Wolfgang Denk
parent 234ea73c66
commit 87c8431fe2

View File

@ -3,6 +3,10 @@
#ifndef __ASSEMBLY__
#ifdef USE_HOSTCC
#include <stdint.h>
#endif
struct fdt_header {
uint32_t magic; /* magic word FDT_MAGIC */
uint32_t totalsize; /* total size of DT block */