~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to drivers/isdn/hardware/eicon/xdi_adapter.h

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
} divas_card_resources_t;
25
25
 
26
26
struct _diva_os_xdi_adapter;
27
 
typedef int (*diva_init_card_proc_t) (struct _diva_os_xdi_adapter * a);
28
 
typedef int (*diva_cmd_card_proc_t) (struct _diva_os_xdi_adapter * a,
29
 
                                     diva_xdi_um_cfg_cmd_t * data,
30
 
                                     int length);
31
 
typedef void (*diva_xdi_clear_interrupts_proc_t) (struct
32
 
                                                  _diva_os_xdi_adapter *);
 
27
typedef int (*diva_init_card_proc_t)(struct _diva_os_xdi_adapter *a);
 
28
typedef int (*diva_cmd_card_proc_t)(struct _diva_os_xdi_adapter *a,
 
29
                                    diva_xdi_um_cfg_cmd_t *data,
 
30
                                    int length);
 
31
typedef void (*diva_xdi_clear_interrupts_proc_t)(struct
 
32
                                                 _diva_os_xdi_adapter *);
33
33
 
34
34
#define DIVA_XDI_MBOX_BUSY                      1
35
35
#define DIVA_XDI_MBOX_WAIT_XLOG 2