Ignore:
Timestamp:
Apr 6, 2025, 3:30:42 AM (4 months ago)
Author:
Paul Smedley
Message:

Make it compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-exp/include/linux/regmap.h

    r652 r763  
    4545        REGCACHE_COMPRESSED,
    4646        REGCACHE_FLAT,
     47        REGCACHE_MAPLE,
    4748};
    4849
     
    11201121void regcache_cache_bypass(struct regmap *map, bool enable);
    11211122void regcache_mark_dirty(struct regmap *map);
     1123bool regcache_reg_cached(struct regmap *map, unsigned int reg);
    11221124
    11231125bool regmap_check_range_table(struct regmap *map, unsigned int reg,
Note: See TracChangeset for help on using the changeset viewer.