blk-mq: always free hctx after request queue is freed
[linux/fpc-iii.git] / drivers / iio / magnetometer / rm3100.h
blobc3508218bc773bb7aa09b1c24c482e14d7cea6ab
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) 2018 Song Qiang <songqiang1304521@gmail.com>
4 */
6 #ifndef RM3100_CORE_H
7 #define RM3100_CORE_H
9 #include <linux/regmap.h>
11 extern const struct regmap_access_table rm3100_readable_table;
12 extern const struct regmap_access_table rm3100_writable_table;
13 extern const struct regmap_access_table rm3100_volatile_table;
15 int rm3100_common_probe(struct device *dev, struct regmap *regmap, int irq);
17 #endif /* RM3100_CORE_H */