/* SPDX-License-Identifier: Apache-2.0 * Copyright (c) 2024 Tom Jones * * This software was developed by Tom Jones under sponsorship * from the FreeBSD Foundation. * */ #include #include #include VLIB_PLUGIN_REGISTER () = { .version = VPP_BUILD_VER, .description = "netmap", };