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

« back to all changes in this revision

Viewing changes to drivers/staging/tidspbridge/include/dspbridge/dspio.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:
24
24
#define DSPIO_
25
25
 
26
26
#include <dspbridge/devdefs.h>
27
 
#include <dspbridge/iodefs.h>
 
27
#include <dspbridge/io.h>
 
28
 
28
29
 
29
30
extern int bridge_io_create(struct io_mgr **io_man,
30
31
                                   struct dev_object *hdev_obj,
34
35
 
35
36
extern int bridge_io_on_loaded(struct io_mgr *hio_mgr);
36
37
 
37
 
extern int iva_io_on_loaded(struct io_mgr *hio_mgr);
38
38
extern int bridge_io_get_proc_load(struct io_mgr *hio_mgr,
39
39
                                       struct dsp_procloadstat *proc_lstat);
40
40