From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [edk2-devel] [PATCH v2 06/13] StandaloneMmPkg: Add the SPM version for FF-A To: Sughosh Ganu ,devel@edk2.groups.io From: "Sami Mujawar" X-Originating-Location: Cambridge, England, GB (86.174.119.44) X-Originating-Platform: Windows Firefox 84 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Tue, 05 Jan 2021 05:58:12 -0800 References: <20201214144216.26328-7-sughosh.ganu@linaro.org> In-Reply-To: <20201214144216.26328-7-sughosh.ganu@linaro.org> Message-ID: <20516.1609855092603155560@groups.io> Content-Type: multipart/alternative; boundary="AsU5YJPKVb4SxJuK0gET" --AsU5YJPKVb4SxJuK0gET Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, Dec 14, 2020 at 06:42 AM, Sughosh Ganu wrote: >=20 > +CONST UINT32 mSpmMajorVerFfa =3D SPM_MAJOR_VERSION_FFA; > +CONST UINT32 mSpmMinorVerFfa =3D SPM_MINOR_VERSION_FFA; The STATIC storage class specifier can be used for the above variables. Regards, Sami Mujawar --AsU5YJPKVb4SxJuK0gET Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, Dec 14, 2020 at 06:42 AM, Sughosh Ganu wrote:
+CONST UINT32 mSpmMajorVerFfa =3D SPM_MAJOR_VERSION_FFA;
= +CONST UINT32 mSpmMinorVerFfa =3D SPM_MINOR_VERSION_FFA;
The STATIC storage class specifier can be used for the a= bove variables.

Regards,

Sami Mujawar
--AsU5YJPKVb4SxJuK0gET--