summaryrefslogtreecommitdiff
path: root/src/drivers/linux_ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/linux_ioctl.h')
-rw-r--r--src/drivers/linux_ioctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/linux_ioctl.h b/src/drivers/linux_ioctl.h
index c03fe6e9a3fd2..6de4d9b882751 100644
--- a/src/drivers/linux_ioctl.h
+++ b/src/drivers/linux_ioctl.h
@@ -18,5 +18,6 @@ int linux_br_del(int sock, const char *brname);
int linux_br_add_if(int sock, const char *brname, const char *ifname);
int linux_br_del_if(int sock, const char *brname, const char *ifname);
int linux_br_get(char *brname, const char *ifname);
+int linux_master_get(char *master_ifname, const char *ifname);
#endif /* LINUX_IOCTL_H */