capilli.h (522530311b35ec8fc4785062441dd2d63967ac55) | capilli.h (0ca3a017a7373a4545dd7b345a8a0cecc16bc7e2) |
---|---|
1/* $Id: capilli.h,v 1.1.2.2 2004/01/16 21:09:27 keil Exp $ 2 * 3 * Kernel CAPI 2.0 Driver Interface for Linux 4 * 5 * Copyright 1999 by Carsten Paeth <calle@calle.de> 6 * 7 * This software may be used and distributed according to the terms 8 * of the GNU General Public License, incorporated herein by reference. --- 52 unchanged lines hidden (view full) --- 61 /* management information for kcapi */ 62 63 unsigned long nrecvctlpkt; 64 unsigned long nrecvdatapkt; 65 unsigned long nsentctlpkt; 66 unsigned long nsentdatapkt; 67 68 int cnr; /* controller number */ | 1/* $Id: capilli.h,v 1.1.2.2 2004/01/16 21:09:27 keil Exp $ 2 * 3 * Kernel CAPI 2.0 Driver Interface for Linux 4 * 5 * Copyright 1999 by Carsten Paeth <calle@calle.de> 6 * 7 * This software may be used and distributed according to the terms 8 * of the GNU General Public License, incorporated herein by reference. --- 52 unchanged lines hidden (view full) --- 61 /* management information for kcapi */ 62 63 unsigned long nrecvctlpkt; 64 unsigned long nrecvdatapkt; 65 unsigned long nsentctlpkt; 66 unsigned long nsentdatapkt; 67 68 int cnr; /* controller number */ |
69 volatile unsigned short state; /* controller state */ 70 volatile int blocked; /* output blocked */ | 69 unsigned short state; /* controller state */ 70 int blocked; /* output blocked */ |
71 int traceflag; /* capi trace */ | 71 int traceflag; /* capi trace */ |
72 wait_queue_head_t state_wait_queue; |
|
72 73 struct proc_dir_entry *procent; 74 char procfn[128]; 75}; 76 77int attach_capi_ctr(struct capi_ctr *); 78int detach_capi_ctr(struct capi_ctr *); 79 --- 33 unchanged lines hidden --- | 73 74 struct proc_dir_entry *procent; 75 char procfn[128]; 76}; 77 78int attach_capi_ctr(struct capi_ctr *); 79int detach_capi_ctr(struct capi_ctr *); 80 --- 33 unchanged lines hidden --- |