crypto/octeontx: add PMD skeleton
[dpdk.git] / drivers / crypto / octeontx / otx_cryptodev_ops.c
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018 Cavium, Inc
3  */
4
5 #include <rte_cryptodev.h>
6
7 #include "otx_cryptodev.h"
8 #include "otx_cryptodev_ops.h"
9
10 int
11 otx_cpt_dev_create(struct rte_cryptodev *c_dev)
12 {
13         RTE_SET_USED(c_dev);
14         return 0;
15 }