summary refs log tree commit diff stats
path: root/include/hw/arm/xlnx-versal-version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/arm/xlnx-versal-version.h')
-rw-r--r--include/hw/arm/xlnx-versal-version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/arm/xlnx-versal-version.h b/include/hw/arm/xlnx-versal-version.h
index c4307d1304..5b6b6e57a5 100644
--- a/include/hw/arm/xlnx-versal-version.h
+++ b/include/hw/arm/xlnx-versal-version.h
@@ -10,6 +10,7 @@
 
 typedef enum VersalVersion {
     VERSAL_VER_VERSAL,
+    VERSAL_VER_VERSAL2,
 } VersalVersion;
 
 #endif