[BACK]Return to dev.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / sndiod

Diff for /src/usr.bin/sndiod/dev.h between version 1.34 and 1.35

version 1.34, 2021/01/29 11:21:00 version 1.35, 2021/01/29 11:31:28
Line 149 
Line 149 
         struct ctlops *ops;          struct ctlops *ops;
         void *arg;          void *arg;
         struct dev *dev;          struct dev *dev;
         unsigned int mask;          unsigned int self;              /* equal to (1 << index) */
         unsigned int mode;          unsigned int mode;
 };  };
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35