]> git.droids-corp.org - dpdk.git/blobdiff - lib/cryptodev/cryptodev_pmd.h
cryptodev: separate out internal structures
[dpdk.git] / lib / cryptodev / cryptodev_pmd.h
index ae3aac59ae6df00d9f86780a8642c54a5763ed0b..36606dd10b493289a7e8e02777a7a7edd0b77cfc 100644 (file)
@@ -62,7 +62,7 @@ struct rte_cryptodev_global {
 
 /* Cryptodev driver, containing the driver ID */
 struct cryptodev_driver {
-       TAILQ_ENTRY(cryptodev_driver) next; /**< Next in list. */
+       RTE_TAILQ_ENTRY(cryptodev_driver) next; /**< Next in list. */
        const struct rte_driver *driver;
        uint8_t id;
 };
@@ -92,12 +92,6 @@ __rte_internal
 struct rte_cryptodev *
 rte_cryptodev_pmd_get_named_dev(const char *name);
 
-/**
- * The pool of rte_cryptodev structures.
- */
-extern struct rte_cryptodev *rte_cryptodevs;
-
-
 /**
  * Definitions of all functions exported by a driver through the
  * the generic structure of type *crypto_dev_ops* supplied in the