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.
|
2018-06-12 23:31:20 +00:00
|
|
|
* All rights reserved.
|
|
|
|
*/
|
|
|
|
|
2022-08-08 21:43:24 +00:00
|
|
|
#ifndef SPDK_ACCEL_MODULE_IOAT_H
|
|
|
|
#define SPDK_ACCEL_MODULE_IOAT_H
|
2018-06-12 23:31:20 +00:00
|
|
|
|
|
|
|
#include "spdk/stdinc.h"
|
|
|
|
|
|
|
|
#define IOAT_MAX_CHANNELS 64
|
|
|
|
|
2022-08-08 21:43:24 +00:00
|
|
|
void accel_ioat_enable_probe(void);
|
2018-06-12 23:31:20 +00:00
|
|
|
|
2022-08-08 21:43:24 +00:00
|
|
|
#endif /* SPDK_ACCEL_MODULE_IOAT_H */
|