f-stack/dpdk/app/test-mldev/test_device_ops.h

18 lines
301 B
C
Raw Normal View History

2025-01-10 11:50:43 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright (c) 2022 Marvell.
*/
#ifndef TEST_DEVICE_OPS_H
#define TEST_DEVICE_OPS_H
#include <rte_common.h>
#include "test_common.h"
struct test_device {
/* common data */
struct test_common cmn;
} __rte_cache_aligned;
#endif /* TEST_DEVICE_OPS_H */