crypto/nitrox: create symmetric cryptodev
[dpdk.git] / drivers / crypto / nitrox / nitrox_device.h
index 0d0167d..6b8095f 100644 (file)
@@ -8,10 +8,14 @@
 #include <rte_bus_pci.h>
 #include <rte_cryptodev.h>
 
+struct nitrox_sym_device;
+
 struct nitrox_device {
        TAILQ_ENTRY(nitrox_device) next;
        struct rte_pci_device *pdev;
        uint8_t *bar_addr;
+       struct nitrox_sym_device *sym_dev;
+       struct rte_device rte_sym_dev;
        uint16_t nr_queues;
 };