summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_ethersubr.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-03-20 02:08:01 +0000
commite51a25f8505c7f9c6684c928bb59b0bda2fc039b (patch)
tree13b2f09af75205c81c286aaf60527ae3de623e14 /sys/dev/usb/usb_ethersubr.h
parentc605e9e62f94150fea168cf43328076ea7789885 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/usb_ethersubr.h')
-rw-r--r--sys/dev/usb/usb_ethersubr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/usb_ethersubr.h b/sys/dev/usb/usb_ethersubr.h
index d98be8c48443..29cdde5a0c01 100644
--- a/sys/dev/usb/usb_ethersubr.h
+++ b/sys/dev/usb/usb_ethersubr.h
@@ -41,11 +41,11 @@
struct usb_qdat {
struct ifnet *ifp;
- void (*if_rxstart) __P((struct ifnet *));
+ void (*if_rxstart) (struct ifnet *);
};
-void usb_register_netisr __P((void));
-void usb_ether_input __P((struct mbuf *));
-void usb_tx_done __P((struct mbuf *));
+void usb_register_netisr (void);
+void usb_ether_input (struct mbuf *);
+void usb_tx_done (struct mbuf *);
#endif