summaryrefslogtreecommitdiffstats
path: root/libflash/libffs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libflash/libffs.h')
-rw-r--r--libflash/libffs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libflash/libffs.h b/libflash/libffs.h
index 4c74aed8..05db0337 100644
--- a/libflash/libffs.h
+++ b/libflash/libffs.h
@@ -151,10 +151,11 @@ 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);
+int ffs_entry_add(struct ffs_hdr *hdr, struct ffs_entry *entry);
+
int ffs_hdr_create_backup(struct ffs_hdr *hdr);
int ffs_hdr_finalise(struct blocklevel_device *bl, struct ffs_hdr *hdr);
OpenPOWER on IntegriCloud