forked from Imagelibrary/rtems
Remove K'n'R macros.
This commit is contained in:
@@ -27,10 +27,10 @@ struct mbuf;
|
|||||||
struct sockaddr;
|
struct sockaddr;
|
||||||
struct rtentry;
|
struct rtentry;
|
||||||
|
|
||||||
void hdlc_ifattach __P((struct ifnet *));
|
void hdlc_ifattach (struct ifnet *);
|
||||||
void hdlc_input __P((struct ifnet *, struct mbuf *));
|
void hdlc_input (struct ifnet *, struct mbuf *);
|
||||||
int hdlc_output __P((struct ifnet *,
|
int hdlc_output (struct ifnet *,
|
||||||
struct mbuf *, struct sockaddr *, struct rtentry *));
|
struct mbuf *, struct sockaddr *, struct rtentry *);
|
||||||
int hdlc_ioctl __P((struct ifnet *, int , caddr_t ));
|
int hdlc_ioctl (struct ifnet *, int , caddr_t );
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user