randomly change is_diodaq to a bitfield
authorDavid Schleef <ds@schleef.org>
Fri, 31 Jan 2003 03:55:21 +0000 (03:55 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 31 Jan 2003 03:55:21 +0000 (03:55 +0000)
comedi/drivers/ni_pcidio.c

index 32c86e65619b1dcf6fcce9516738ff32b61e8347..0dfd6d2abe4ff3792a352da8c73a549299573c60 100644 (file)
@@ -268,7 +268,7 @@ typedef struct{
        int dev_id;
        char *name;
        int n_8255;
-       int is_diodaq;
+       unsigned int is_diodaq : 1;
 }nidio_board;
 static nidio_board nidio_boards[]={
        {