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

« back to all changes in this revision

Viewing changes to drivers/staging/tidspbridge/include/dspbridge/disp.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:
22
22
#include <dspbridge/dbdefs.h>
23
23
#include <dspbridge/nodedefs.h>
24
24
#include <dspbridge/nodepriv.h>
25
 
#include <dspbridge/dispdefs.h>
 
25
 
 
26
struct disp_object;
 
27
 
 
28
/* Node Dispatcher attributes */
 
29
struct disp_attr {
 
30
        u32 chnl_offset;        /* Offset of channel ids reserved for RMS */
 
31
        /* Size of buffer for sending data to RMS */
 
32
        u32 chnl_buf_size;
 
33
        int proc_family;        /* eg, 5000 */
 
34
        int proc_type;          /* eg, 5510 */
 
35
        void *reserved1;        /* Reserved for future use. */
 
36
        u32 reserved2;          /* Reserved for future use. */
 
37
};
 
38
 
26
39
 
27
40
/*
28
41
 *  ======== disp_create ========