On Mon, Dec 14, 2020 at 06:42 AM, Sughosh Ganu wrote:
+CONST UINT32 mSpmMajorVerFfa = SPM_MAJOR_VERSION_FFA;
+CONST UINT32 mSpmMinorVerFfa = SPM_MINOR_VERSION_FFA;
The STATIC storage class specifier can be used for the above variables.

Regards,

Sami Mujawar