xref: /spdk/module/accel/dsa/accel_dsa.h (revision 307b8c112ffd90a26d53dd15fad67bd9038ef526)
1 /*   SPDX-License-Identifier: BSD-3-Clause
2  *   Copyright (c) Intel Corporation.
3  *   All rights reserved.
4  */
5 
6 #ifndef SPDK_ACCEL_ENGINE_DSA_H
7 #define SPDK_ACCEL_ENGINE_DSA_H
8 
9 #include "spdk/stdinc.h"
10 
11 void accel_dsa_enable_probe(bool kernel_mode);
12 
13 #endif /* SPDK_ACCEL_ENGINE_DSA_H */
14