diff options
Diffstat (limited to 'src/include/fmap.h')
-rw-r--r-- | src/include/fmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/fmap.h b/src/include/fmap.h index 684a05c607..5834831489 100644 --- a/src/include/fmap.h +++ b/src/include/fmap.h @@ -27,6 +27,10 @@ int find_fmap_directory(struct region_device *fmrd); * 0 on success, < 0 on error. */ int fmap_locate_area_as_rdev(const char *name, struct region_device *area); +/* Just like fmap_locate_area_as_rdev(), however the region device is + * created from the RW boot device. */ +int fmap_locate_area_as_rdev_rw(const char *name, struct region_device *area); + /* Locate the named area in the fmap and fill in a region with the * offset and size of that area within the boot media. Return 0 on success, * < 0 on error. */ |