This is consistent with the use of terms in other parts of SPDK and fits with the code living under module/ Change-Id: If182f7cf2d160d57443a1b5f24e0065f191b59b2 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13919 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
14 lines
288 B
C
14 lines
288 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright (c) Intel Corporation.
|
|
* All rights reserved.
|
|
*/
|
|
|
|
#ifndef SPDK_ACCEL_ENGINE_DSA_H
|
|
#define SPDK_ACCEL_ENGINE_DSA_H
|
|
|
|
#include "spdk/stdinc.h"
|
|
|
|
void accel_dsa_enable_probe(bool kernel_mode);
|
|
|
|
#endif /* SPDK_ACCEL_ENGINE_DSA_H */
|