/* Copyright (c) 2016, Linaro Limited * All rights reserved * * SPDX-License-Identifier: BSD-3-Clause */ /** * @file * * The OpenDataPlane nic driver programming interface * */ #ifndef ODP_DRV_H_ #define ODP_DRV_H_ #ifdef __cplusplus extern C { #endif #include #include #include #include #include #include #include #include #include #include #include #ifdef __cplusplus } #endif #endif