summaryrefslogtreecommitdiff
path: root/firmware/2lib
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib')
-rw-r--r--firmware/2lib/include/2struct.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/2lib/include/2struct.h b/firmware/2lib/include/2struct.h
index 589e7c9b..3411de77 100644
--- a/firmware/2lib/include/2struct.h
+++ b/firmware/2lib/include/2struct.h
@@ -208,6 +208,11 @@ struct vb2_shared_data {
uint32_t workbuf_kernel_key_offset;
uint32_t workbuf_kernel_key_size;
+ /* GBB data and size */
+ struct vb2_gbb_header *gbb;
+ uint32_t gbb_size;
+
+
} __attribute__((packed));
/****************************************************************************/