1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright (C) 2022 Intel Corporation. 3 * All rights reserved. 4 */ 5 6 #ifndef SPDK_ACCEL_MODULE_IOAT_H 7 #define SPDK_ACCEL_MODULE_IOAT_H 8 9 #include "spdk/stdinc.h" 10 11 #define IOAT_MAX_CHANNELS 64 12 13 void accel_ioat_enable_probe(void); 14 15 #endif /* SPDK_ACCEL_MODULE_IOAT_H */ 16