summaryrefslogtreecommitdiff
path: root/futility/kernel_blob.h
diff options
context:
space:
mode:
Diffstat (limited to 'futility/kernel_blob.h')
-rw-r--r--futility/kernel_blob.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/futility/kernel_blob.h b/futility/kernel_blob.h
index 6ecc02d7..ab1c82fd 100644
--- a/futility/kernel_blob.h
+++ b/futility/kernel_blob.h
@@ -56,7 +56,8 @@ struct linux_kernel_params {
uint8_t relocatable_kernel; /* 234 */
uint8_t min_alignment; /* 235 */
uint8_t pad6[0x2d0 - 0x236];
- struct linux_kernel_e820entry e820_entries[E820_ENTRY_MAX]; /* 2d0-cd0 */
+ struct linux_kernel_e820entry
+ e820_entries[E820_ENTRY_MAX]; /* 2d0-cd0 */
} __attribute__ ((packed));
#endif /* VBOOT_REFERENCE_KERNEL_BLOB_H_ */