[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.44 and 1.45

version 1.44, 2024/04/22 10:39:51 version 1.45, 2024/05/19 00:05:43
Line 301 
Line 301 
 void dev_done(struct dev *);  void dev_done(struct dev *);
 int dev_ref(struct dev *);  int dev_ref(struct dev *);
 void dev_unref(struct dev *);  void dev_unref(struct dev *);
 int  dev_getpos(struct dev *);  
 unsigned int dev_roundof(struct dev *, unsigned int);  unsigned int dev_roundof(struct dev *, unsigned int);
 int dev_iscompat(struct dev *, struct dev *);  int dev_iscompat(struct dev *, struct dev *);
   
Line 366 
Line 365 
 struct ctl *ctlslot_lookup(struct ctlslot *, int);  struct ctl *ctlslot_lookup(struct ctlslot *, int);
 void ctlslot_update(struct ctlslot *);  void ctlslot_update(struct ctlslot *);
   
 void dev_label(struct dev *, int);  
 void dev_ctlsync(struct dev *);  void dev_ctlsync(struct dev *);
   
 #endif /* !defined(DEV_H) */  #endif /* !defined(DEV_H) */

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45