Re: [PATCH] cpukit: Add a Version API.

2017-11-07 Thread Chris Johns
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 ); > > Norma

Re: [PATCH] cpukit: Add a Version API.

2017-11-06 Thread Sebastian Huber
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