|
RTEMS
5.1
|
20 #ifndef __IF_HDLCSUBR_H 21 #define __IF_HDLCSUBR_H 28 void hdlc_ifattach (
struct ifnet *);
29 void hdlc_input (
struct ifnet *,
struct mbuf *);
30 int hdlc_output (
struct ifnet *,
31 struct mbuf *,
struct sockaddr *,
struct rtentry *);
32 int hdlc_ioctl (
struct ifnet *,
int , caddr_t );