aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/base/regmap/internal.h')
-rw-r--r--drivers/base/regmap/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/base/regmap/internal.h b/drivers/base/regmap/internal.h
index 2b5851d42dbb..6d409350f50a 100644
--- a/drivers/base/regmap/internal.h
+++ b/drivers/base/regmap/internal.h
@@ -195,6 +195,9 @@ bool regcache_set_val(struct regmap *map, void *base, unsigned int idx,
195 unsigned int val); 195 unsigned int val);
196int regcache_lookup_reg(struct regmap *map, unsigned int reg); 196int regcache_lookup_reg(struct regmap *map, unsigned int reg);
197 197
198int _regmap_raw_write(struct regmap *map, unsigned int reg,
199 const void *val, size_t val_len, bool async);
200
198void regmap_async_complete_cb(struct regmap_async *async, int ret); 201void regmap_async_complete_cb(struct regmap_async *async, int ret);
199 202
200extern struct regcache_ops regcache_rbtree_ops; 203extern struct regcache_ops regcache_rbtree_ops;