[PATCH] cpukit: Add a Version API.
Chris Johns
chrisj at rtems.org
Tue Nov 7 15:12:53 UTC 2017
On 7/11/17 6:38 pm, Sebastian Huber wrote:
> On 07/11/17 06:46, Chris Johns wrote:
>> +/**
>> + * @brief Returns the version's VC ident. This is specific to the VC being
>> + * used.
>> + *
>> + * @retval int The version's VC ident.
>> + */
>> +const char *rtems_version_vc_ident( void );
>
> Normally, we don't have abbreviations in the RTEMS API functions. What about
> rtems_version_magic()?
>
rtems_version_control_key() ?
Chris
More information about the devel
mailing list