diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/avb_verify.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/avb_verify.h b/include/avb_verify.h index eaa60f5393..a532a2331a 100644 --- a/include/avb_verify.h +++ b/include/avb_verify.h @@ -27,6 +27,10 @@ struct AvbOpsData { struct AvbOps ops; int mmc_dev; enum avb_boot_state boot_state; +#ifdef CONFIG_OPTEE_TA_AVB + struct udevice *tee; + u32 session; +#endif }; struct mmc_part { |