2022-06-03 19:15:11 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
2022-11-01 20:26:26 +00:00
|
|
|
* Copyright (C) 2022 Intel Corporation.
|
2020-04-07 16:38:58 +00:00
|
|
|
* All rights reserved.
|
|
|
|
*/
|
|
|
|
|
2022-03-18 14:29:39 +00:00
|
|
|
#ifndef SPDK_ACCEL_ENGINE_DSA_H
|
|
|
|
#define SPDK_ACCEL_ENGINE_DSA_H
|
2020-04-07 16:38:58 +00:00
|
|
|
|
|
|
|
#include "spdk/stdinc.h"
|
|
|
|
|
2022-08-08 21:43:24 +00:00
|
|
|
void accel_dsa_enable_probe(bool kernel_mode);
|
2020-04-07 16:38:58 +00:00
|
|
|
|
2022-03-18 14:29:39 +00:00
|
|
|
#endif /* SPDK_ACCEL_ENGINE_DSA_H */
|