X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fudev%2Fnet%2Fethtool-util.h;h=f44de5076a8b06dbb27679dd81dd6a04a19df2b6;hb=f8294e4175918117ca6c131720bcf287eadcd029;hp=c8638f22ec7a7199492c57b1c76b1229822f440e;hpb=71a6151083d842b2f5bf04e50239f0bf85d34d2e;p=elogind.git diff --git a/src/udev/net/ethtool-util.h b/src/udev/net/ethtool-util.h index c8638f22e..f44de5076 100644 --- a/src/udev/net/ethtool-util.h +++ b/src/udev/net/ethtool-util.h @@ -42,6 +42,7 @@ typedef enum WakeOnLan { int ethtool_connect(int *ret); +int ethtool_get_driver(int fd, const char *ifname, char **ret); int ethtool_set_speed(int fd, const char *ifname, unsigned int speed, Duplex duplex); int ethtool_set_wol(int fd, const char *ifname, WakeOnLan wol);