net/ice/base: support extended GPIO access
[dpdk.git] / drivers / net / failsafe / failsafe_private.h
index 651578a..0f9a572 100644 (file)
@@ -149,7 +149,7 @@ struct fs_priv {
        /*
         * Set of sub_devices.
         * subs[0] is the preferred device
-        * any other is just another slave
+        * any other is just another sub device
         */
        struct sub_device *subs;  /* shared between processes */
        uint8_t subs_head; /* if head == tail, no subs */
@@ -236,6 +236,7 @@ int failsafe_eal_uninit(struct rte_eth_dev *dev);
 
 int failsafe_eth_dev_state_sync(struct rte_eth_dev *dev);
 void failsafe_eth_dev_unregister_callbacks(struct sub_device *sdev);
+int failsafe_eth_dev_close(struct rte_eth_dev *dev);
 void failsafe_dev_remove(struct rte_eth_dev *dev);
 void failsafe_stats_increment(struct rte_eth_stats *to,
                                struct rte_eth_stats *from);