diff options
-rw-r--r-- | src/drivers/amd/agesa/heapmanager.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/amd/agesa/heapmanager.c b/src/drivers/amd/agesa/heapmanager.c index c1fac0dadb..e2bafb9dce 100644 --- a/src/drivers/amd/agesa/heapmanager.c +++ b/src/drivers/amd/agesa/heapmanager.c @@ -1,6 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#pragma pack(push) #include <AGESA.h> +#pragma pack(pop) + #include <amdlib.h> #include <cbmem.h> |