aboutsummaryrefslogtreecommitdiff
path: root/include/mm_communication.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mm_communication.h')
-rw-r--r--include/mm_communication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mm_communication.h b/include/mm_communication.h
index e464cbb..e65fbde 100644
--- a/include/mm_communication.h
+++ b/include/mm_communication.h
@@ -43,7 +43,7 @@
* To avoid confusion in interpreting frames, the communication buffer should
* always begin with efi_mm_communicate_header.
*/
-struct efi_mm_communicate_header {
+struct __packed efi_mm_communicate_header {
efi_guid_t header_guid;
size_t message_len;
u8 data[];