]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ether/rte_ethdev_core.h
ethdev: move internal callback list definition
[dpdk.git] / lib / librte_ether / rte_ethdev_core.h
index f44b40e1ec238cc6a6850b6cf9bf3b6964af1ecf..3073e78ec837c29da4a57dfd9b621f0f142b31a4 100644 (file)
  *
  */
 
+struct rte_eth_dev_callback;
+/** @internal Structure to keep track of registered callbacks */
+TAILQ_HEAD(rte_eth_dev_cb_list, rte_eth_dev_callback);
+
 /*
  * Definitions of all functions exported by an Ethernet driver through the
  * the generic structure of type *eth_dev_ops* supplied in the *rte_eth_dev*