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