aboutsummaryrefslogtreecommitdiff
path: root/libflash/libffs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libflash/libffs.h')
-rw-r--r--libflash/libffs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libflash/libffs.h b/libflash/libffs.h
index dfdcbbc..4c74aed 100644
--- a/libflash/libffs.h
+++ b/libflash/libffs.h
@@ -149,6 +149,8 @@ int ffs_entry_new(const char *name, uint32_t base, uint32_t size, struct ffs_ent
int ffs_entry_user_set(struct ffs_entry *ent, struct ffs_entry_user *user);
+int ffs_entry_set_act_size(struct ffs_entry *ent, uint32_t actual_size);
+
int ffs_entry_add(struct ffs_hdr *hdr, struct ffs_entry *entry, unsigned int side);
struct ffs_entry_user ffs_entry_user_get(struct ffs_entry *ent);