547b3db49efea17e9bf814d369d46bac0579c533
[dpdk.git] / drivers / crypto / qat / qat_comp_pmd.c
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2018 Intel Corporation
3  */
4
5 #include "qat_comp_pmd.h"
6
7
8 int
9 qat_comp_dev_create(struct qat_pci_device *qat_pci_dev __rte_unused)
10 {
11         return 0;
12 }
13
14 int
15 qat_comp_dev_destroy(struct qat_pci_device *qat_pci_dev __rte_unused)
16 {
17         return 0;
18 }