summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/regmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/regmap.h b/include/regmap.h
index 8f191c87cf..986ed391ab 100644
--- a/include/regmap.h
+++ b/include/regmap.h
@@ -204,6 +204,8 @@ static inline int regmap_clear_bits(struct regmap *map,
return regmap_update_bits(map, reg, bits, 0);
}
+size_t regmap_size_bytes(struct regmap *map);
+
/**
* regmap_read_poll_timeout - Poll until a condition is met or a timeout occurs
*