Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dqueue.h
Go to the documentation of this file.
1 /* $Id: dqueue.h,v 1.1.2.2 2001/02/08 12:25:43 armin Exp $ */
2 
3 #ifndef _DIVA_USER_MODE_IDI_DATA_QUEUE_H__
4 #define _DIVA_USER_MODE_IDI_DATA_QUEUE_H__
5 
6 #define DIVA_UM_IDI_MAX_MSGS 64
7 
8 typedef struct _diva_um_idi_data_queue {
9  int segments;
11  int read;
12  int write;
13  int count;
18 
20  int max_length, int max_segments);
25  int length);
27  q);
30 
31 #endif