summaryrefslogtreecommitdiffstats
path: root/sys/net/iso88025.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/iso88025.h')
-rw-r--r--sys/net/iso88025.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/net/iso88025.h b/sys/net/iso88025.h
index 71f2238..f463647 100644
--- a/sys/net/iso88025.h
+++ b/sys/net/iso88025.h
@@ -131,7 +131,10 @@ struct iso88025_addr {
#define ISO88025_MAX_MTU 18000
#define ISO88025_DEFAULT_MTU 1500
-void iso88025_ifattach (struct ifnet *);
+#define ISO88025_BPF_UNSUPPORTED 0
+#define ISO88025_BPF_SUPPORTED 1
+
+void iso88025_ifattach (struct ifnet *, int);
void iso88025_ifdetach (struct ifnet *, int);
int iso88025_ioctl (struct ifnet *, int , caddr_t );
int iso88025_output (struct ifnet *, struct mbuf *, struct sockaddr *,
OpenPOWER on IntegriCloud