diff options
Diffstat (limited to 'include/linux/regmap.h')
-rw-r--r-- | include/linux/regmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h index dc90b8c134a1..336718382ebb 100644 --- a/include/linux/regmap.h +++ b/include/linux/regmap.h | |||
@@ -379,6 +379,8 @@ int regmap_raw_write(struct regmap *map, unsigned int reg, | |||
379 | const void *val, size_t val_len); | 379 | const void *val, size_t val_len); |
380 | int regmap_bulk_write(struct regmap *map, unsigned int reg, const void *val, | 380 | int regmap_bulk_write(struct regmap *map, unsigned int reg, const void *val, |
381 | size_t val_count); | 381 | size_t val_count); |
382 | int regmap_multi_reg_write(struct regmap *map, struct reg_default *regs, | ||
383 | int num_regs); | ||
382 | int regmap_raw_write_async(struct regmap *map, unsigned int reg, | 384 | int regmap_raw_write_async(struct regmap *map, unsigned int reg, |
383 | const void *val, size_t val_len); | 385 | const void *val, size_t val_len); |
384 | int regmap_read(struct regmap *map, unsigned int reg, unsigned int *val); | 386 | int regmap_read(struct regmap *map, unsigned int reg, unsigned int *val); |