aboutsummaryrefslogtreecommitdiff
path: root/include/runtime_services/ffa_svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/runtime_services/ffa_svc.h')
-rw-r--r--include/runtime_services/ffa_svc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/runtime_services/ffa_svc.h b/include/runtime_services/ffa_svc.h
index 541a75acf..f08e8039a 100644
--- a/include/runtime_services/ffa_svc.h
+++ b/include/runtime_services/ffa_svc.h
@@ -35,7 +35,7 @@
#define FFA_VERSION_MINOR U(0)
#define FFA_VERSION_MINOR_SHIFT 0
#define FFA_VERSION_MINOR_MASK U(0xFFFF)
-#define FFA_VERSION_BIT31_MASK (1 << 31)
+#define FFA_VERSION_BIT31_MASK U(1 << 31)
#define MAKE_FFA_VERSION(major, minor) \
((((major) & FFA_VERSION_MAJOR_MASK) << FFA_VERSION_MAJOR_SHIFT) | \