summaryrefslogtreecommitdiffstats
path: root/libflash/ffs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libflash/ffs.h')
-rw-r--r--libflash/ffs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libflash/ffs.h b/libflash/ffs.h
index 98b2598a..4c757c68 100644
--- a/libflash/ffs.h
+++ b/libflash/ffs.h
@@ -151,6 +151,7 @@ struct __ffs_entry {
* @type: Describe type of partition
* @flags: Partition attributes (optional)
* @user: User data (optional)
+ * @ref: Refcount
*/
struct ffs_entry {
char name[FFS_PART_NAME_MAX + 1];
@@ -161,6 +162,7 @@ struct ffs_entry {
enum ffs_type type;
uint32_t flags;
struct ffs_entry_user user;
+ unsigned int ref;
};
OpenPOWER on IntegriCloud