xref: /spdk/module/accel/iaa/accel_iaa.h (revision a5f87f39127c7e0da8d9c4fcd042a27e350be84e)
1 /*   SPDX-License-Identifier: BSD-3-Clause
2  *   Copyright (C) 2022 Intel Corporation.
3  *   All rights reserved.
4  */
5 
6 #ifndef SPDK_ACCEL_MODULE_IAA_H
7 #define SPDK_ACCEL_MODULE_IAA_H
8 
9 #include "spdk/stdinc.h"
10 
11 void accel_iaa_enable_probe(void);
12 
13 #endif /* SPDK_ACCEL_MODULE_IAA_H */
14