--- a/me8100.h Fri Jan 25 20:26:01 2002 +0100
+++ b/me8100.h Fri Jan 25 20:26:39 2002 +0100
@@ -210,6 +210,7 @@
unsigned short ctrl_wflags; /* flags the writer(s) (re)set */
unsigned short ctrl_rflags; /* flags the reader(s) (re)set */
+ unsigned short icsr_flags; /* flags added to the icsr */
int num_writer;
int num_reader;
@@ -240,13 +241,14 @@
int board_in_use; /* Indicates if board is already in use */
struct file *file_ptr; /* Pointer to file structure of path */
struct me8100_subinfo subinfo[MAX_SUBDEVICES]; /* .hs */
+ int num_reader; /* per board number of readers */
} me8100_info_t;
/* private data: data that are to be stored in the file pointer we
* get from the calling process. */
typedef struct me8100_private_data {
unsigned long last_read; /* jiffies */
- me8100_info_t *info; /* for faster access */
+ me8100_info_t *info; /* for faster access */
struct me8100_subinfo *subinfo; /* for faster access */
} me8100_private_data_t;