Deleted Added
full compact
4c4
< * $FreeBSD: head/sys/net/ethernet.h 55205 1999-12-29 04:46:21Z peter $
---
> * $FreeBSD: head/sys/net/ethernet.h 62143 2000-06-26 23:34:54Z archie $
83c83,94
< #ifndef _KERNEL
---
> #ifdef _KERNEL
>
> extern void (*ng_ether_input_p)(struct ifnet *ifp,
> struct mbuf **mp, struct ether_header *eh);
> extern void (*ng_ether_input_orphan_p)(struct ifnet *ifp,
> struct mbuf *m, struct ether_header *eh);
> extern int (*ng_ether_output_p)(struct ifnet *ifp, struct mbuf **mp);
> extern void (*ng_ether_attach_p)(struct ifnet *ifp);
> extern void (*ng_ether_detach_p)(struct ifnet *ifp);
>
> #else /* _KERNEL */
>
96d106
< #endif
97a108,109
> #endif /* !_KERNEL */
>