summaryrefslogtreecommitdiff
path: root/util/ifdtool/ifdtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/ifdtool/ifdtool.h')
-rw-r--r--util/ifdtool/ifdtool.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/util/ifdtool/ifdtool.h b/util/ifdtool/ifdtool.h
index db237a3bf2..7537f1d009 100644
--- a/util/ifdtool/ifdtool.h
+++ b/util/ifdtool/ifdtool.h
@@ -79,6 +79,8 @@ typedef struct {
uint32_t pchstrp13;
uint32_t pchstrp14;
uint32_t pchstrp15;
+ uint32_t pchstrp16;
+ uint32_t pchstrp17;
} __attribute__((packed)) fpsba_t;
// master
@@ -93,4 +95,17 @@ typedef struct {
uint32_t data[8];
} __attribute__((packed)) fmsba_t;
+// ME VSCC
+typedef struct {
+ uint32_t jid;
+ uint32_t vscc;
+} vscc_t;
+
+typedef struct {
+ // Actual number of entries specified in vtl
+ vscc_t entry[8];
+} vtba_t;
+typedef struct {
+ int base, limit, size;
+} region_t;