summaryrefslogtreecommitdiffstats
path: root/src/vpp/api/vpe_types.api
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp/api/vpe_types.api')
-rw-r--r--src/vpp/api/vpe_types.api13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/vpp/api/vpe_types.api b/src/vpp/api/vpe_types.api
new file mode 100644
index 00000000000..f1d6e5456cd
--- /dev/null
+++ b/src/vpp/api/vpe_types.api
@@ -0,0 +1,13 @@
+
+typeonly define version
+{
+ u32 major;
+ u32 minor;
+ u32 patch;
+
+ /* since we can't guarantee that only fixed length args will follow the typedef,
+ string type not supported for typedef for now. */
+ u8 pre_release[17]; /* 16 + "\0" */
+ u8 build_metadata[17]; /* 16 + "\0" */
+};
+