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

Diff for /src/usr.bin/sndiod/siofile.h between version 1.1 and 1.2

version 1.1, 2012/11/23 07:03:28 version 1.2, 2013/02/01 09:06:27
Line 17 
Line 17 
 #ifndef SIOFILE_H  #ifndef SIOFILE_H
 #define SIOFILE_H  #define SIOFILE_H
   
   #include "file.h"
   
 struct dev;  struct dev;
   
 struct siofile_ {  struct siofile_ {
Line 32 
Line 34 
 #define DEV_SIO_CYCLE   1  #define DEV_SIO_CYCLE   1
 #define DEV_SIO_WRITE   2  #define DEV_SIO_WRITE   2
         int cstate;          int cstate;
           struct timo watchdog;
 };  };
   
 int dev_sio_open(struct dev *);  int dev_sio_open(struct dev *);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2