summaryrefslogtreecommitdiff
path: root/include/linux/mfd/wl1273-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/wl1273-core.h')
-rw-r--r--include/linux/mfd/wl1273-core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/wl1273-core.h b/include/linux/mfd/wl1273-core.h
index 9787293eae5f..db2f3f454a1b 100644
--- a/include/linux/mfd/wl1273-core.h
+++ b/include/linux/mfd/wl1273-core.h
@@ -280,7 +280,9 @@ struct wl1273_core {
struct i2c_client *client;
+ int (*read)(struct wl1273_core *core, u8, u16 *);
int (*write)(struct wl1273_core *core, u8, u16);
+ int (*write_data)(struct wl1273_core *core, u8 *, u16);
int (*set_audio)(struct wl1273_core *core, unsigned int);
int (*set_volume)(struct wl1273_core *core, unsigned int);
};