[BACK]Return to radio_if.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/radio_if.h between version 1.4 and 1.4.74.1

version 1.4, 2005/12/11 12:20:53 version 1.4.74.1, 2009/05/04 08:12:33
Line 53  struct radio_attach_args {
Line 53  struct radio_attach_args {
         void    *hdl;          void    *hdl;
 };  };
   
 struct device  *radio_attach_mi(const struct radio_hw_if *, void *,  device_t radio_attach_mi(const struct radio_hw_if *, void *, device_t);
     struct device *);  
   
 #endif /* _SYS_DEV_RADIO_IF_H */  #endif /* _SYS_DEV_RADIO_IF_H */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.74.1

CVSweb <webmaster@jp.NetBSD.org>