diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/fmap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/fmap.h b/src/include/fmap.h index 671e802775..6be6fee974 100644 --- a/src/include/fmap.h +++ b/src/include/fmap.h @@ -23,6 +23,9 @@ #include <region.h> #include <fmap_serialized.h> +/* Locate the fmap directory. Return 0 on success, < 0 on error. */ +int find_fmap_directory(struct region_device *fmrd); + /* Locate the named area in the fmap and fill in a region device representing * that area. The region is a sub-region of the readonly boot media. Return * 0 on success, < 0 on error. */ |