[BACK]Return to ndis_var.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / ndis

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

Diff for /src/sys/compat/ndis/Attic/ndis_var.h between version 1.3.10.2 and 1.4

version 1.3.10.2, 2006/09/09 02:46:04 version 1.4, 2007/03/04 06:01:25
Line 1584  extern int ndis_isr(void *, int *, int *
Line 1584  extern int ndis_isr(void *, int *, int *
 #ifdef __FreeBSD__  #ifdef __FreeBSD__
 extern void ndis_return_packet(void *, void *);  extern void ndis_return_packet(void *, void *);
 #else  #else
 extern void ndis_return_packet(struct mbuf *, caddr_t, size_t, void *);  extern void ndis_return_packet(struct mbuf *, void *, size_t, void *);
 #endif  #endif
 extern void ndis_enable_intr(void *);  extern void ndis_enable_intr(void *);
 extern void ndis_disable_intr(void *);  extern void ndis_disable_intr(void *);

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

CVSweb <webmaster@jp.NetBSD.org>