~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to include/linux/mfd/wl1273-core.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
 
281
281
        struct i2c_client *client;
282
282
 
 
283
        int (*read)(struct wl1273_core *core, u8, u16 *);
283
284
        int (*write)(struct wl1273_core *core, u8, u16);
 
285
        int (*write_data)(struct wl1273_core *core, u8 *, u16);
284
286
        int (*set_audio)(struct wl1273_core *core, unsigned int);
285
287
        int (*set_volume)(struct wl1273_core *core, unsigned int);
286
288
};