aboutsummaryrefslogtreecommitdiff
path: root/eth-multiplexer/ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'eth-multiplexer/ethernet.h')
-rw-r--r--eth-multiplexer/ethernet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/eth-multiplexer/ethernet.h b/eth-multiplexer/ethernet.h
index a2b2f5ee..e8b766f6 100644
--- a/eth-multiplexer/ethernet.h
+++ b/eth-multiplexer/ethernet.h
@@ -36,6 +36,7 @@ int ethernet_open (char *dev_name, device_t master_device,
int ethernet_close (char *dev_name);
int ethernet_demuxer (mach_msg_header_t *inp,
mach_msg_header_t *outp);
+error_t eth_set_clear_flags (int set_flags, int clear_flags);
#endif