aboutsummaryrefslogtreecommitdiff
path: root/include/fsp-mdst-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fsp-mdst-table.h')
-rw-r--r--include/fsp-mdst-table.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fsp-mdst-table.h b/include/fsp-mdst-table.h
index 21cb88c..5989cdb 100644
--- a/include/fsp-mdst-table.h
+++ b/include/fsp-mdst-table.h
@@ -40,9 +40,9 @@
* defined in HDAT spec.
*/
struct dump_mdst_table {
- uint64_t addr;
- uint32_t type; /* DUMP_SECTION_* */
- uint32_t size;
+ __be64 addr;
+ __be32 type; /* DUMP_SECTION_* */
+ __be32 size;
};
#endif /* __FSPMDST_H */