summaryrefslogtreecommitdiffstats
path: root/src/include/usr/pnor/pnor_const.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/pnor/pnor_const.H')
-rw-r--r--src/include/usr/pnor/pnor_const.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/pnor/pnor_const.H b/src/include/usr/pnor/pnor_const.H
index 1f0b08574..88f0b8ab4 100644
--- a/src/include/usr/pnor/pnor_const.H
+++ b/src/include/usr/pnor/pnor_const.H
@@ -85,6 +85,8 @@ struct SectionInfo_t
bool sha512Version; /**< Version Checking */
bool sha512perEC; /**< Version Checking perEC */
bool readOnly; /**< Section is read only */
+ bool xzCompressed; /**< Section is XZ compressed */
+ uint32_t xzSize; /**< Size of uncompressed partition in bytes */
};
/**
@@ -119,4 +121,4 @@ enum TestSectionOffset{
}
-#endif \ No newline at end of file
+#endif
OpenPOWER on IntegriCloud