X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev.h;h=03d7f95cbca72e4eef1cf35c5344fa827c1d50a1;hb=eb9b830766044475277a590dbf8d213b77b62188;hp=50ad5a3be5e6c9c253a88927c85cb91c710b36a6;hpb=ea763e0e2828c35660310f8b7791781b17b30cbd;p=openvswitch diff --git a/lib/netdev.h b/lib/netdev.h index 50ad5a3b..03d7f95c 100644 --- a/lib/netdev.h +++ b/lib/netdev.h @@ -126,7 +126,8 @@ int netdev_get_etheraddr(const struct netdev *, uint8_t mac[6]); /* PHY interface. */ bool netdev_get_carrier(const struct netdev *); -int netdev_get_features(struct netdev *, +bool netdev_get_miimon(const struct netdev *); +int netdev_get_features(const struct netdev *, uint32_t *current, uint32_t *advertised, uint32_t *supported, uint32_t *peer); uint64_t netdev_features_to_bps(uint32_t features);