aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dev_armada/plugin.c
blob: 1dc465c9a25e4b03788bdb03aed64c3124e43ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: Apache-2.0
 * Copyright (c) 2023 Cisco Systems, Inc.
 */

#include <vlib/vlib.h>
#include <vnet/plugin/plugin.h>
#include <vpp/app/version.h>

VLIB_PLUGIN_REGISTER () = {
  .version = VPP_BUILD_VER,
  .description = "Marvell Armada Drivers",
};