From 8293a6c1cc71ff884e6fb58936226f3c0bd21488 Mon Sep 17 00:00:00 2001 From: glebius Date: Sat, 15 Mar 2014 06:49:32 +0000 Subject: Garbage collect long time obsoleted (or never used) stuff from routing API. --- sys/net/iso88025.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/net/iso88025.h') diff --git a/sys/net/iso88025.h b/sys/net/iso88025.h index 2faab84..11bd6ec 100644 --- a/sys/net/iso88025.h +++ b/sys/net/iso88025.h @@ -162,11 +162,13 @@ struct iso88025_addr { #define ISO88025_BPF_UNSUPPORTED 0 #define ISO88025_BPF_SUPPORTED 1 +#ifdef _KERNEL void iso88025_ifattach (struct ifnet *, const u_int8_t *, int); void iso88025_ifdetach (struct ifnet *, int); int iso88025_ioctl (struct ifnet *, u_long, caddr_t ); int iso88025_output (struct ifnet *, struct mbuf *, const struct sockaddr *, struct route *); void iso88025_input (struct ifnet *, struct mbuf *); +#endif /* _KERNEL */ -#endif +#endif /* !_NET_ISO88025_H_ */ -- cgit v1.1