summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net/ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/net/ethernet.h')
-rw-r--r--cpukit/libnetworking/net/ethernet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/net/ethernet.h b/cpukit/libnetworking/net/ethernet.h
index 85f288a231..380ee1bad0 100644
--- a/cpukit/libnetworking/net/ethernet.h
+++ b/cpukit/libnetworking/net/ethernet.h
@@ -360,7 +360,7 @@ extern uint32_t ether_crc32_be(const uint8_t *, size_t);
extern void ether_demux(struct ifnet *, struct mbuf *);
extern void ether_ifattach(struct ifnet *);
extern void ether_ifdetach(struct ifnet *);
-extern int ether_ioctl(struct ifnet *, int32_t, caddr_t);
+extern int ether_ioctl(struct ifnet *, ioctl_command_t, caddr_t);
extern void ether_input (struct ifnet *, struct ether_header *, struct mbuf *);
extern int ether_output(struct ifnet *,
struct mbuf *, struct sockaddr *, struct rtentry *);