diff options
Diffstat (limited to 'include/asm-powerpc/prom.h')
-rw-r--r-- | include/asm-powerpc/prom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/prom.h b/include/asm-powerpc/prom.h index 1aa15e2e056e..994de8ea3308 100644 --- a/include/asm-powerpc/prom.h +++ b/include/asm-powerpc/prom.h | |||
@@ -59,6 +59,8 @@ struct boot_param_header | |||
59 | u32 boot_cpuid_phys; /* Physical CPU id we're booting on */ | 59 | u32 boot_cpuid_phys; /* Physical CPU id we're booting on */ |
60 | /* version 3 fields below */ | 60 | /* version 3 fields below */ |
61 | u32 dt_strings_size; /* size of the DT strings block */ | 61 | u32 dt_strings_size; /* size of the DT strings block */ |
62 | /* version 17 fields below */ | ||
63 | u32 dt_struct_size; /* size of the DT structure block */ | ||
62 | }; | 64 | }; |
63 | 65 | ||
64 | 66 | ||