X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev-provider.h;h=d4ff6200fe733d441865cfd87282beb84861994a;hb=f1670a487adf5d5352eaf32f15bcf2958cdb1771;hp=8502da6b6900d7ff5998212ec85858a1c1164465;hpb=b8dcf5e9c554e2c5fc35a68a086d304fc0cea59a;p=openvswitch diff --git a/lib/netdev-provider.h b/lib/netdev-provider.h index 8502da6b..d4ff6200 100644 --- a/lib/netdev-provider.h +++ b/lib/netdev-provider.h @@ -546,11 +546,11 @@ struct netdev_class { void (*poll_remove)(struct netdev_notifier *notifier); }; +int netdev_register_provider(const struct netdev_class *); +int netdev_unregister_provider(const char *type); + extern const struct netdev_class netdev_linux_class; extern const struct netdev_class netdev_tap_class; -extern const struct netdev_class netdev_patch_class; -extern const struct netdev_class netdev_gre_class; -extern const struct netdev_class netdev_capwap_class; #ifdef __cplusplus }