diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/fwu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fwu.h b/include/fwu.h index a83ea19534c..ce99c026185 100644 --- a/include/fwu.h +++ b/include/fwu.h @@ -14,6 +14,10 @@ struct fwu_mdata; struct udevice; +struct fwu_mdata_gpt_blk_priv { + struct udevice *blk_dev; +}; + /** * @mdata_check: check the validity of the FWU metadata partitions * @get_mdata() - Get a FWU metadata copy |
