diff options
Diffstat (limited to 'drivers/base/regmap/internal.h')
-rw-r--r-- | drivers/base/regmap/internal.h | 3 |
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); |
196 | int regcache_lookup_reg(struct regmap *map, unsigned int reg); | 196 | int regcache_lookup_reg(struct regmap *map, unsigned int reg); |
197 | 197 | ||
198 | int _regmap_raw_write(struct regmap *map, unsigned int reg, | ||
199 | const void *val, size_t val_len, bool async); | ||
200 | |||
198 | void regmap_async_complete_cb(struct regmap_async *async, int ret); | 201 | void regmap_async_complete_cb(struct regmap_async *async, int ret); |
199 | 202 | ||
200 | extern struct regcache_ops regcache_rbtree_ops; | 203 | extern struct regcache_ops regcache_rbtree_ops; |