14 lines
276 B
C
14 lines
276 B
C
|
/* SPDX-License-Identifier: BSD-3-Clause
|
||
|
* Copyright (c) Intel Corporation.
|
||
|
* All rights reserved.
|
||
|
*/
|
||
|
|
||
|
#ifndef SPDK_ACCEL_MODULE_IAA_H
|
||
|
#define SPDK_ACCEL_MODULE_IAA_H
|
||
|
|
||
|
#include "spdk/stdinc.h"
|
||
|
|
||
|
void accel_iaa_enable_probe(void);
|
||
|
|
||
|
#endif /* SPDK_ACCEL_MODULE_IAA_H */
|