aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/dev/mgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/dev/mgmt.h')
-rw-r--r--src/vnet/dev/mgmt.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/vnet/dev/mgmt.h b/src/vnet/dev/mgmt.h
new file mode 100644
index 00000000000..f13f4075255
--- /dev/null
+++ b/src/vnet/dev/mgmt.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: Apache-2.0
+ * Copyright (c) 2023 Cisco Systems, Inc.
+ */
+
+#ifndef _VNET_DEV_MGMT_H_
+#define _VNET_DEV_MGMT_H_
+
+#include <vppinfra/clib.h>
+
+#endif /* _VNET_DEV_MGMT_H_ */